DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on FND_GLOBAL

Line 2006: X_request_id := FND_GLOBAL.CONC_REQUEST_ID ;

2002: And Orig_Transaction_Reference = P_Old_Orig_Txn_Ref
2003: And Net_Zero_Adjustment_Flag = 'N'; -- Bug 3480159
2004:
2005: --Added for bug 4105561
2006: X_request_id := FND_GLOBAL.CONC_REQUEST_ID ;
2007: X_program_id := FND_GLOBAL.CONC_PROGRAM_ID ;
2008: X_program_application_id := FND_GLOBAL.PROG_APPL_ID ;
2009:
2010: /* Though the if clause below requires more code, it is

Line 2007: X_program_id := FND_GLOBAL.CONC_PROGRAM_ID ;

2003: And Net_Zero_Adjustment_Flag = 'N'; -- Bug 3480159
2004:
2005: --Added for bug 4105561
2006: X_request_id := FND_GLOBAL.CONC_REQUEST_ID ;
2007: X_program_id := FND_GLOBAL.CONC_PROGRAM_ID ;
2008: X_program_application_id := FND_GLOBAL.PROG_APPL_ID ;
2009:
2010: /* Though the if clause below requires more code, it is
2011: * faster code due to potentially less updates taking place

Line 2008: X_program_application_id := FND_GLOBAL.PROG_APPL_ID ;

2004:
2005: --Added for bug 4105561
2006: X_request_id := FND_GLOBAL.CONC_REQUEST_ID ;
2007: X_program_id := FND_GLOBAL.CONC_PROGRAM_ID ;
2008: X_program_application_id := FND_GLOBAL.PROG_APPL_ID ;
2009:
2010: /* Though the if clause below requires more code, it is
2011: * faster code due to potentially less updates taking place
2012: * when P_Comment_Or_Dff has a value of B.