DBA Data[Home] [Help]

APPS.EAM_PROCESS_CLEARANCE_PVT dependencies on EAM_CLEARANCE_UTILITY_PVT

Line 429: EAM_CLEARANCE_UTILITY_PVT.PERFORM_WRITES

425: END IF;
426:
427: IF EAM_PROCESS_WO_PVT.get_debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.write_debug(' Calling Perform_Writes'); end if;
428:
429: EAM_CLEARANCE_UTILITY_PVT.PERFORM_WRITES
430: ( p_work_clearance_header_rec => l_work_clearance_header_rec
431: , x_mesg_token_Tbl => l_Mesg_Token_Tbl
432: , x_return_Status => l_return_status
433: );

Line 452: EAM_CLEARANCE_UTILITY_PVT.CHANGE_CLEARANCE_STATUS

448: AND (l_old_wc_header_rec.system_status <>l_work_clearance_header_rec.system_status) THEN
449:
450: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Calling CHANGE_WORK_PERMIT_STATUS') ; END IF ;
451:
452: EAM_CLEARANCE_UTILITY_PVT.CHANGE_CLEARANCE_STATUS
453: ( p_clearance_id => l_work_clearance_header_rec.WORK_CLEARANCE_ID
454: , p_organization_id => p_work_clearance_header_rec.organization_id
455: , p_to_status_type => p_work_clearance_header_rec.system_status
456: , p_user_id => p_work_clearance_header_rec.user_id

Line 806: EAM_CLEARANCE_UTILITY_PVT.QUERY_ROW

802: BEGIN
803:
804: SAVEPOINT COPY_WORK_CLEARANCE;
805: IF EAM_PROCESS_WO_PVT.get_debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.write_debug(' Start of copy clearance '); end if;
806: EAM_CLEARANCE_UTILITY_PVT.QUERY_ROW
807: ( p_work_clearance_id => l_clearance_id
808: , p_organization_id => l_org_id
809: , x_work_clearance_header_rec => l_wc_header_rec
810: , x_return_Status => l_return_status