DBA Data[Home] [Help]

APPS.EAM_WORKORDERS_JSP dependencies on EAM_COMPLETION

Line 344: -- a wrapper procedure to the eam_completion.complete_work_order,

340: END validate_cancel;
341:
342:
343: -------------------------------------------------------------------------
344: -- a wrapper procedure to the eam_completion.complete_work_order,
345: -- also check the return status add message to the message list
346: -- so jsp pages can get them.
347: -------------------------------------------------------------------------
348: procedure Complete_Workorder

Line 831: eam_completion.complete_work_order(

827: END IF;
828:
829: BEGIN
830: /* call processing logic */
831: eam_completion.complete_work_order(
832: x_wip_entity_id => p_wip_entity_id
833: ,x_rebuild_jobs => p_rebuild_jobs
834: ,x_transaction_type => p_transaction_type
835: ,x_transaction_date => sysdate