DBA Data[Home] [Help]

APPS.EAM_CLEARANCE_WORKFLOW_PVT dependencies on EAM_WORKORDER_UTIL_PKG

Line 151: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);

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

Line 272: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);

268: If (funcmode = 'RUN') then
269:
270:
271: /* get output directory path from database */
272: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
273:
274: l_clearance_header_rec.user_id := fnd_global.user_id;
275: l_clearance_header_rec.responsibility_id := fnd_global.resp_id;
276: l_clearance_header_rec.transaction_type := EAM_PROCESS_WO_PUB.G_OPR_UPDATE;