DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on FND_GLOBAL

Line 1941: X_request_id := FND_GLOBAL.CONC_REQUEST_ID ;

1937: And Orig_Transaction_Reference = P_Old_Orig_Txn_Ref
1938: And Net_Zero_Adjustment_Flag = 'N'; -- Bug 3480159
1939:
1940: --Added for bug 4105561
1941: X_request_id := FND_GLOBAL.CONC_REQUEST_ID ;
1942: X_program_id := FND_GLOBAL.CONC_PROGRAM_ID ;
1943: X_program_application_id := FND_GLOBAL.PROG_APPL_ID ;
1944:
1945: /* Though the if clause below requires more code, it is

Line 1942: X_program_id := FND_GLOBAL.CONC_PROGRAM_ID ;

1938: And Net_Zero_Adjustment_Flag = 'N'; -- Bug 3480159
1939:
1940: --Added for bug 4105561
1941: X_request_id := FND_GLOBAL.CONC_REQUEST_ID ;
1942: X_program_id := FND_GLOBAL.CONC_PROGRAM_ID ;
1943: X_program_application_id := FND_GLOBAL.PROG_APPL_ID ;
1944:
1945: /* Though the if clause below requires more code, it is
1946: * faster code due to potentially less updates taking place

Line 1943: X_program_application_id := FND_GLOBAL.PROG_APPL_ID ;

1939:
1940: --Added for bug 4105561
1941: X_request_id := FND_GLOBAL.CONC_REQUEST_ID ;
1942: X_program_id := FND_GLOBAL.CONC_PROGRAM_ID ;
1943: X_program_application_id := FND_GLOBAL.PROG_APPL_ID ;
1944:
1945: /* Though the if clause below requires more code, it is
1946: * faster code due to potentially less updates taking place
1947: * when P_Comment_Or_Dff has a value of B.