DBA Data[Home] [Help]

APPS.QP_ARCHIVE_ENTITY_PVT dependencies on FND_GLOBAL

Line 888: l_conc_request_id := FND_GLOBAL.CONC_REQUEST_ID;

884: WHERE from_rltd_modifier_id = a_list_line_id;
885:
886: BEGIN
887:
888: l_conc_request_id := FND_GLOBAL.CONC_REQUEST_ID;
889: l_conc_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
890: l_user_id := FND_GLOBAL.USER_ID;
891: l_conc_login_id := FND_GLOBAL.CONC_LOGIN_ID;
892: l_conc_program_application_id := FND_GLOBAL.PROG_APPL_ID;

Line 889: l_conc_program_id := FND_GLOBAL.CONC_PROGRAM_ID;

885:
886: BEGIN
887:
888: l_conc_request_id := FND_GLOBAL.CONC_REQUEST_ID;
889: l_conc_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
890: l_user_id := FND_GLOBAL.USER_ID;
891: l_conc_login_id := FND_GLOBAL.CONC_LOGIN_ID;
892: l_conc_program_application_id := FND_GLOBAL.PROG_APPL_ID;
893:

Line 890: l_user_id := FND_GLOBAL.USER_ID;

886: BEGIN
887:
888: l_conc_request_id := FND_GLOBAL.CONC_REQUEST_ID;
889: l_conc_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
890: l_user_id := FND_GLOBAL.USER_ID;
891: l_conc_login_id := FND_GLOBAL.CONC_LOGIN_ID;
892: l_conc_program_application_id := FND_GLOBAL.PROG_APPL_ID;
893:
894: /* Validate number of list lines selected. If there are zero lines selected for the given search criteria, throw error message. */

Line 891: l_conc_login_id := FND_GLOBAL.CONC_LOGIN_ID;

887:
888: l_conc_request_id := FND_GLOBAL.CONC_REQUEST_ID;
889: l_conc_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
890: l_user_id := FND_GLOBAL.USER_ID;
891: l_conc_login_id := FND_GLOBAL.CONC_LOGIN_ID;
892: l_conc_program_application_id := FND_GLOBAL.PROG_APPL_ID;
893:
894: /* Validate number of list lines selected. If there are zero lines selected for the given search criteria, throw error message. */
895:

Line 892: l_conc_program_application_id := FND_GLOBAL.PROG_APPL_ID;

888: l_conc_request_id := FND_GLOBAL.CONC_REQUEST_ID;
889: l_conc_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
890: l_user_id := FND_GLOBAL.USER_ID;
891: l_conc_login_id := FND_GLOBAL.CONC_LOGIN_ID;
892: l_conc_program_application_id := FND_GLOBAL.PROG_APPL_ID;
893:
894: /* Validate number of list lines selected. If there are zero lines selected for the given search criteria, throw error message. */
895:
896: l_select_stmt :=