DBA Data[Home] [Help]

APPS.EAM_REBUILD dependencies on FND_GLOBAL

Line 255: l_eam_wo_rec.user_id := fnd_global.user_id;

251: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
252:
253:
254:
255: l_eam_wo_rec.user_id := fnd_global.user_id;
256: l_eam_wo_rec.responsibility_id :=fnd_global.resp_id;
257: l_eam_wo_rec.transaction_type := EAM_PROCESS_WO_PUB.G_OPR_CREATE;
258: l_eam_wo_rec.batch_id := 1;
259: l_eam_wo_rec.header_id := 1;

Line 256: l_eam_wo_rec.responsibility_id :=fnd_global.resp_id;

252:
253:
254:
255: l_eam_wo_rec.user_id := fnd_global.user_id;
256: l_eam_wo_rec.responsibility_id :=fnd_global.resp_id;
257: l_eam_wo_rec.transaction_type := EAM_PROCESS_WO_PUB.G_OPR_CREATE;
258: l_eam_wo_rec.batch_id := 1;
259: l_eam_wo_rec.header_id := 1;
260: l_eam_wo_rec.wip_entity_name := l_workorder.rebuild_job_name;