DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_ALLOC_PRC_PKG dependencies on FND_PROFILE

Line 396: ln_request_id := FND_PROFILE.value('CONC_REQUEST_ID');

392: ln_last_updated_by := FND_GLOBAL.user_id;
393: ln_last_update_login := FND_GLOBAL.login_id;
394: ld_today := trunc(SYSDATE);
395:
396: ln_request_id := FND_PROFILE.value('CONC_REQUEST_ID');
397: ln_program_application_id := FND_PROFILE.value('PROG_APPL_ID');
398: ln_program_id := FND_PROFILE.value('CONC_PROGRAM_ID');
399: ln_program_login_id := FND_PROFILE.value('CONC_LOGIN_ID');
400: ln_allocated_cnt := 0;

Line 397: ln_program_application_id := FND_PROFILE.value('PROG_APPL_ID');

393: ln_last_update_login := FND_GLOBAL.login_id;
394: ld_today := trunc(SYSDATE);
395:
396: ln_request_id := FND_PROFILE.value('CONC_REQUEST_ID');
397: ln_program_application_id := FND_PROFILE.value('PROG_APPL_ID');
398: ln_program_id := FND_PROFILE.value('CONC_PROGRAM_ID');
399: ln_program_login_id := FND_PROFILE.value('CONC_LOGIN_ID');
400: ln_allocated_cnt := 0;
401: ln_ins_errored_cnt := 0;

Line 398: ln_program_id := FND_PROFILE.value('CONC_PROGRAM_ID');

394: ld_today := trunc(SYSDATE);
395:
396: ln_request_id := FND_PROFILE.value('CONC_REQUEST_ID');
397: ln_program_application_id := FND_PROFILE.value('PROG_APPL_ID');
398: ln_program_id := FND_PROFILE.value('CONC_PROGRAM_ID');
399: ln_program_login_id := FND_PROFILE.value('CONC_LOGIN_ID');
400: ln_allocated_cnt := 0;
401: ln_ins_errored_cnt := 0;
402: ln_upd_errored_cnt := 0;

Line 399: ln_program_login_id := FND_PROFILE.value('CONC_LOGIN_ID');

395:
396: ln_request_id := FND_PROFILE.value('CONC_REQUEST_ID');
397: ln_program_application_id := FND_PROFILE.value('PROG_APPL_ID');
398: ln_program_id := FND_PROFILE.value('CONC_PROGRAM_ID');
399: ln_program_login_id := FND_PROFILE.value('CONC_LOGIN_ID');
400: ln_allocated_cnt := 0;
401: ln_ins_errored_cnt := 0;
402: ln_upd_errored_cnt := 0;
403: ln_del_errored_cnt := 0;