DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on EAM_PROCESS_WO_PUB

Line 55: ( p_eam_wo_rec IN EAM_PROCESS_WO_PUB.eam_wo_rec_type

51: * message.
52: *********************************************************************/
53:
54: PROCEDURE Check_Existence
55: ( p_eam_wo_rec IN EAM_PROCESS_WO_PUB.eam_wo_rec_type
56: , x_old_eam_wo_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_wo_rec_type
57: , x_Mesg_Token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
58: , x_return_status OUT NOCOPY VARCHAR2
59: )

Line 56: , x_old_eam_wo_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_wo_rec_type

52: *********************************************************************/
53:
54: PROCEDURE Check_Existence
55: ( p_eam_wo_rec IN EAM_PROCESS_WO_PUB.eam_wo_rec_type
56: , x_old_eam_wo_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_wo_rec_type
57: , x_Mesg_Token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
58: , x_return_status OUT NOCOPY VARCHAR2
59: )
60: IS

Line 156: ( p_eam_wo_rec IN EAM_PROCESS_WO_PUB.eam_wo_rec_type

152: -- 02-May-2005 Anju Gupta IB/Transactable Asset changes for R12
153: **********************************************************************/
154:
155: PROCEDURE Check_Attributes_b4_Defaulting
156: ( p_eam_wo_rec IN EAM_PROCESS_WO_PUB.eam_wo_rec_type
157: , x_Mesg_Token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
158: , x_return_status OUT NOCOPY VARCHAR2
159: )
160: IS

Line 544: p_eam_wo_rec.transaction_type = EAM_PROCESS_WO_PUB.G_OPR_CREATE

540:
541: begin
542:
543: if p_eam_wo_rec.wip_entity_id is not null and
544: p_eam_wo_rec.transaction_type = EAM_PROCESS_WO_PUB.G_OPR_CREATE
545: then
546: raise fnd_api.g_exc_error;
547: end if;
548:

Line 607: ( p_eam_wo_rec IN EAM_PROCESS_WO_PUB.eam_wo_rec_type

603: -- Anju Gupta 05/03/05 IB/Transactable Asset changes for R12
604: **********************************************************************/
605:
606: PROCEDURE Check_Attributes
607: ( p_eam_wo_rec IN EAM_PROCESS_WO_PUB.eam_wo_rec_type
608: , p_old_eam_wo_rec IN EAM_PROCESS_WO_PUB.eam_wo_rec_type
609: , x_return_status OUT NOCOPY VARCHAR2
610: , x_Mesg_Token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
611: )

Line 608: , p_old_eam_wo_rec IN EAM_PROCESS_WO_PUB.eam_wo_rec_type

604: **********************************************************************/
605:
606: PROCEDURE Check_Attributes
607: ( p_eam_wo_rec IN EAM_PROCESS_WO_PUB.eam_wo_rec_type
608: , p_old_eam_wo_rec IN EAM_PROCESS_WO_PUB.eam_wo_rec_type
609: , x_return_status OUT NOCOPY VARCHAR2
610: , x_Mesg_Token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
611: )
612: IS

Line 1723: l_eam_op_tbl EAM_PROCESS_WO_PUB.EAM_OP_TBL_TYPE;

1719: -- primary_item_id (asset activity)
1720: IF EAM_PROCESS_WO_PVT.GET_DEBUG = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Validating asset_activity_id . . . '); END IF;
1721:
1722: declare
1723: l_eam_op_tbl EAM_PROCESS_WO_PUB.EAM_OP_TBL_TYPE;
1724: l_mat_req_exists number;
1725: l_serial_number_control NUMBER := 0;
1726: l_count NUMBER := 0;
1727:

Line 3307: ( p_eam_wo_rec IN EAM_PROCESS_WO_PUB.eam_wo_rec_type

3303: * Purpose :
3304: **********************************************************************/
3305:
3306: PROCEDURE Check_Required
3307: ( p_eam_wo_rec IN EAM_PROCESS_WO_PUB.eam_wo_rec_type
3308: , x_return_status OUT NOCOPY VARCHAR2
3309: , x_Mesg_Token_Tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
3310: )
3311: IS