DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_ALLOC_PRC_PKG dependencies on FND_PROFILE

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

397: ln_last_updated_by := FND_GLOBAL.user_id;
398: ln_last_update_login := FND_GLOBAL.login_id;
399: ld_today := trunc(SYSDATE);
400:
401: ln_request_id := FND_PROFILE.value('CONC_REQUEST_ID');
402: ln_program_application_id := FND_PROFILE.value('PROG_APPL_ID');
403: ln_program_id := FND_PROFILE.value('CONC_PROGRAM_ID');
404: ln_program_login_id := FND_PROFILE.value('CONC_LOGIN_ID');
405: ln_allocated_cnt := 0;

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

398: ln_last_update_login := FND_GLOBAL.login_id;
399: ld_today := trunc(SYSDATE);
400:
401: ln_request_id := FND_PROFILE.value('CONC_REQUEST_ID');
402: ln_program_application_id := FND_PROFILE.value('PROG_APPL_ID');
403: ln_program_id := FND_PROFILE.value('CONC_PROGRAM_ID');
404: ln_program_login_id := FND_PROFILE.value('CONC_LOGIN_ID');
405: ln_allocated_cnt := 0;
406: ln_ins_errored_cnt := 0;

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

399: ld_today := trunc(SYSDATE);
400:
401: ln_request_id := FND_PROFILE.value('CONC_REQUEST_ID');
402: ln_program_application_id := FND_PROFILE.value('PROG_APPL_ID');
403: ln_program_id := FND_PROFILE.value('CONC_PROGRAM_ID');
404: ln_program_login_id := FND_PROFILE.value('CONC_LOGIN_ID');
405: ln_allocated_cnt := 0;
406: ln_ins_errored_cnt := 0;
407: ln_upd_errored_cnt := 0;

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

400:
401: ln_request_id := FND_PROFILE.value('CONC_REQUEST_ID');
402: ln_program_application_id := FND_PROFILE.value('PROG_APPL_ID');
403: ln_program_id := FND_PROFILE.value('CONC_PROGRAM_ID');
404: ln_program_login_id := FND_PROFILE.value('CONC_LOGIN_ID');
405: ln_allocated_cnt := 0;
406: ln_ins_errored_cnt := 0;
407: ln_upd_errored_cnt := 0;
408: ln_del_errored_cnt := 0;