DBA Data[Home] [Help]

APPS.EAM_WORKPERMIT_WORKFLOW_PVT dependencies on EAM_WORKORDER_UTIL_PKG

Line 149: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);

145: -- This procedure will call work permit public API( procedure PROCESS_PERMIT ) for processing of the work permit record with the new status and the pending flag as 'N'
146: If (funcmode = 'RUN') then
147:
148: /* get output directory path from database */
149: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
150:
151: -- l_work_permit_header_rec.user_id := fnd_global.user_id;
152: -- l_work_permit_header_rec.responsibility_id := fnd_global.resp_id;
153: l_work_permit_header_rec.transaction_type := EAM_PROCESS_WO_PUB.G_OPR_UPDATE;

Line 267: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);

263: If (funcmode = 'RUN') then
264:
265:
266: /* get output directory path from database */
267: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
268:
269: l_work_permit_header_rec.user_id := fnd_global.user_id;
270: l_work_permit_header_rec.responsibility_id := fnd_global.resp_id;
271: l_work_permit_header_rec.transaction_type := EAM_PROCESS_WO_PUB.G_OPR_UPDATE;