DBA Data[Home] [Help]

APPS.EAM_PROCESS_CLEARANCE_PVT dependencies on EAM_CLEARANCE_WORKFLOW_PVT

Line 387: EAM_CLEARANCE_WORKFLOW_PVT.Is_Approval_Required_Released

383:
384: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug ('Calling Wkflow required check API...') ; END IF;
385:
386:
387: EAM_CLEARANCE_WORKFLOW_PVT.Is_Approval_Required_Released
388: (p_old_clearance_rec => l_old_wc_header_rec,
389: p_new_clearance_rec => l_work_clearance_header_rec,
390: x_approval_required => l_approval_required,
391: x_workflow_name => l_pending_workflow_name,