DBA Data[Home] [Help]

APPS.WIP_REBUILD dependencies on FND_GLOBAL

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

292: null;
293: end;
294:
295:
296: l_eam_wo_rec.user_id := fnd_global.user_id;
297: l_eam_wo_rec.responsibility_id :=fnd_global.resp_id;
298: l_eam_wo_rec.transaction_type := EAM_PROCESS_WO_PUB.G_OPR_CREATE;
299: l_eam_wo_rec.batch_id := 1;
300: l_eam_wo_rec.header_id := 1;

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

293: end;
294:
295:
296: l_eam_wo_rec.user_id := fnd_global.user_id;
297: l_eam_wo_rec.responsibility_id :=fnd_global.resp_id;
298: l_eam_wo_rec.transaction_type := EAM_PROCESS_WO_PUB.G_OPR_CREATE;
299: l_eam_wo_rec.batch_id := 1;
300: l_eam_wo_rec.header_id := 1;
301: l_eam_wo_rec.wip_entity_name := l_workorder.rebuild_job_name;