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 811: eam_completion.complete_work_order(

807: END IF;
808:
809: BEGIN
810: /* call processing logic */
811: eam_completion.complete_work_order(
812: x_wip_entity_id => p_wip_entity_id
813: ,x_rebuild_jobs => p_rebuild_jobs
814: ,x_transaction_type => p_transaction_type
815: ,x_transaction_date => sysdate