Learn Oracle Applications Tech-Stack
Pages
(Move to ...)
Home
SOA
Fusion BI Reporting
Fusion BI Reports SQL
Fusion Quick Ref SQL
OAF
WedADI
Workflow
Reports
Debugging
FNDLOAD
Concurrent Programs
Quick Reference API
Form Personalization
Quiz
▼
Pages
(Move to ...)
Home
Quiz
Workflow
Reports
Form Personalization
Quick Reference API
Fusion Quick Ref SQL
OAF
ADF
WedADI
Concurrent Programs
FNDLOAD
Debugging
▼
Sunday, 26 September 2021
System Design Part:1
›
Requirement Analysis
Tuesday, 24 August 2021
trapping-rain-water
›
https://leetcode.com/problems/trapping-rain-water/ brute-force water at any x = min( max_left_of_x, max_right_of_x) - height_of_x two-poin...
1 comment:
container-with-most-water
›
https://leetcode.com/problems/container-with-most-water/
Friday, 16 April 2021
Bit Byte and Binary
›
Ref: https://www.quora.com/What-is-the-relationship-between-binary-and-bytes Binary is a numbering system. Bytes is an arbitrary grouping of...
1 comment:
Monday, 12 April 2021
How to attach or assign request set to responsibility
›
DECLARE l_request_set_code VARCHAR2(40) := 'XX_REQ_SET_CODE'; l_appl_short_name VARCHAR2(3) := 'XXCO...
Monday, 20 April 2020
VB Macro Programming
›
1. Validate data in excel Tabs: data, reason, prod Sub ValidateData() Dim x As Integer 'set error status and error message colu...
›
Home
View web version