DBA Data[Home] [Help]

APPS.GMS_PA_API dependencies on FND_GLOBAL

Line 1001: X_request_id := FND_GLOBAL.CONC_REQUEST_ID ;

997: END IF;
998: return ;
999: END IF ;
1000:
1001: X_request_id := FND_GLOBAL.CONC_REQUEST_ID ;
1002: X_program_id := FND_GLOBAL.CONC_PROGRAM_ID ;
1003: X_program_application_id := FND_GLOBAL.PROG_APPL_ID ;
1004:
1005: SELECT set_of_books_id

Line 1002: X_program_id := FND_GLOBAL.CONC_PROGRAM_ID ;

998: return ;
999: END IF ;
1000:
1001: X_request_id := FND_GLOBAL.CONC_REQUEST_ID ;
1002: X_program_id := FND_GLOBAL.CONC_PROGRAM_ID ;
1003: X_program_application_id := FND_GLOBAL.PROG_APPL_ID ;
1004:
1005: SELECT set_of_books_id
1006: INTO x_sob_id

Line 1003: X_program_application_id := FND_GLOBAL.PROG_APPL_ID ;

999: END IF ;
1000:
1001: X_request_id := FND_GLOBAL.CONC_REQUEST_ID ;
1002: X_program_id := FND_GLOBAL.CONC_PROGRAM_ID ;
1003: X_program_application_id := FND_GLOBAL.PROG_APPL_ID ;
1004:
1005: SELECT set_of_books_id
1006: INTO x_sob_id
1007: FROM PA_IMPLEMENTATIONS ;