DBA Data[Home] [Help]

APPS.QP_ARCHIVE_ENTITY_PVT dependencies on FND_GLOBAL

Line 867: l_conc_request_id := FND_GLOBAL.CONC_REQUEST_ID;

863: WHERE from_rltd_modifier_id = a_list_line_id;
864:
865: BEGIN
866:
867: l_conc_request_id := FND_GLOBAL.CONC_REQUEST_ID;
868: l_conc_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
869: l_user_id := FND_GLOBAL.USER_ID;
870: l_conc_login_id := FND_GLOBAL.CONC_LOGIN_ID;
871: l_conc_program_application_id := FND_GLOBAL.PROG_APPL_ID;

Line 868: l_conc_program_id := FND_GLOBAL.CONC_PROGRAM_ID;

864:
865: BEGIN
866:
867: l_conc_request_id := FND_GLOBAL.CONC_REQUEST_ID;
868: l_conc_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
869: l_user_id := FND_GLOBAL.USER_ID;
870: l_conc_login_id := FND_GLOBAL.CONC_LOGIN_ID;
871: l_conc_program_application_id := FND_GLOBAL.PROG_APPL_ID;
872:

Line 869: l_user_id := FND_GLOBAL.USER_ID;

865: BEGIN
866:
867: l_conc_request_id := FND_GLOBAL.CONC_REQUEST_ID;
868: l_conc_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
869: l_user_id := FND_GLOBAL.USER_ID;
870: l_conc_login_id := FND_GLOBAL.CONC_LOGIN_ID;
871: l_conc_program_application_id := FND_GLOBAL.PROG_APPL_ID;
872:
873: /* Validate number of list lines selected. If there are zero lines selected for the given search criteria, throw error message. */

Line 870: l_conc_login_id := FND_GLOBAL.CONC_LOGIN_ID;

866:
867: l_conc_request_id := FND_GLOBAL.CONC_REQUEST_ID;
868: l_conc_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
869: l_user_id := FND_GLOBAL.USER_ID;
870: l_conc_login_id := FND_GLOBAL.CONC_LOGIN_ID;
871: l_conc_program_application_id := FND_GLOBAL.PROG_APPL_ID;
872:
873: /* Validate number of list lines selected. If there are zero lines selected for the given search criteria, throw error message. */
874:

Line 871: l_conc_program_application_id := FND_GLOBAL.PROG_APPL_ID;

867: l_conc_request_id := FND_GLOBAL.CONC_REQUEST_ID;
868: l_conc_program_id := FND_GLOBAL.CONC_PROGRAM_ID;
869: l_user_id := FND_GLOBAL.USER_ID;
870: l_conc_login_id := FND_GLOBAL.CONC_LOGIN_ID;
871: l_conc_program_application_id := FND_GLOBAL.PROG_APPL_ID;
872:
873: /* Validate number of list lines selected. If there are zero lines selected for the given search criteria, throw error message. */
874:
875: l_select_stmt :=