Sunday, October 22, 2017

Mandatory Parameters of Procedure

1. ERRBUF 2. RETCODE
ERRBUF is used to return messages in log file
RETCODE is used to show the status of the concurrent program

RETOCDE have 3 values 0, 1 & 2
 0 indicates concurrent program completed with Normal
 1 indicates concurrent program completed with Warning
 2 indicates concurrent program completed with Error

No comments:

Post a Comment

Query to get the list of contexts for each formula type in Oracle Fusion HCM

select t.base_formula_type_name ,      ttl.formula_type_name ,      ttl.description ,      c.base_context_name from   ff_formula_types_b t ,...