DBA Data[Home] [Help]

APPS.EAM_PROCESS_PERMIT_PVT dependencies on EAM_PERMIT_UTILITY_PVT

Line 455: EAM_PERMIT_UTILITY_PVT.PERFORM_WRITES

451:
452:
453: IF EAM_PROCESS_WO_PVT.get_debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.write_debug(' Calling Perform_Writes'); end if;
454:
455: EAM_PERMIT_UTILITY_PVT.PERFORM_WRITES
456: ( p_work_permit_header_rec => l_work_permit_header_rec
457: , x_mesg_token_Tbl => l_Mesg_Token_Tbl
458: , x_return_Status => l_return_status
459: );

Line 476: EAM_PERMIT_UTILITY_PVT.CHANGE_WORK_PERMIT_STATUS

472: OR (l_work_permit_header_rec.APPROVED_BY <> FND_API.G_MISS_NUM) THEN
473:
474: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Calling CHANGE_WORK_PERMIT_STATUS') ; END IF ;
475:
476: EAM_PERMIT_UTILITY_PVT.CHANGE_WORK_PERMIT_STATUS
477: ( p_permit_id => l_work_permit_header_rec.permit_id
478: , p_organization_id => l_work_permit_header_rec.organization_id
479: , p_to_status_type => l_work_permit_header_rec.status_type
480: , p_user_id => l_work_permit_header_rec.user_id

Line 497: --Call the procedure EAM_PERMIT_UTILITY_PVT.INSERT_PERMIT_HISTORY_ROW to insert the event details in the EAM_SAFETY_HISTORY table

493:
494: END IF;
495:
496: --IF EAM_PROCESS_WO_PVT.get_debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.write_debug(' Calling INSERT_PERMIT_HISTORY_ROW'); end if;
497: --Call the procedure EAM_PERMIT_UTILITY_PVT.INSERT_PERMIT_HISTORY_ROW to insert the event details in the EAM_SAFETY_HISTORY table
498:
499: --If workflow is enabled and workflow approval is required call the procedure RAISE_WORKFLOW_EVENTS.
500:
501: IF(l_workflow_enabled = 'Y')

Line 982: EAM_PERMIT_UTILITY_PVT.QUERY_ROW

978: BEGIN
979:
980: SAVEPOINT COPY_PERMIT;
981: IF EAM_PROCESS_WO_PVT.get_debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.write_debug(' Start of copy permit '); end if;
982: EAM_PERMIT_UTILITY_PVT.QUERY_ROW
983: ( p_work_permit_id => l_permit_id
984: , p_organization_id => l_org_id
985: , x_work_permit_header_rec => l_work_permit_header_rec
986: , x_return_Status => l_return_status