DBA Data[Home] [Help]

APPS.WIP_JSI_DEFAULTER dependencies on FND_PROFILE

Line 288: select fnd_profile.value('WIP_JOB_PREFIX') || wip_job_number_s.nextval

284: into wjsi_row.job_name
285: from wip_eam_parameters
286: where organization_id = wjsi_row.organization_id ;
287: else
288: select fnd_profile.value('WIP_JOB_PREFIX') || wip_job_number_s.nextval
289: into wjsi_row.job_name
290: from dual;
291: end if ;
292: end if;

Line 438: fnd_profile.put('MFG_ORGANIZATION_ID',wjsi_row.organization_id);

434: WIP_JSI_Utils.record_ignored_column_warning('PROJECT_ID');
435: end if;
436: elsif(wjsi_row.project_number is not null and wjsi_row.project_id is null) then
437: -- fix MOAC, set id so project view works
438: fnd_profile.put('MFG_ORGANIZATION_ID',wjsi_row.organization_id);
439: select pjm_project.val_proj_numtoid(wjsi_row.project_number, wjsi_row.organization_id)
440: into wjsi_row.project_id
441: from dual;
442: elsif(wjsi_row.load_type not in (wip_constants.resched_job, wip_constants.resched_eam_job) and