DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on EAM_MAT_REQ_UTILITY_PVT

Line 3091: and EAM_MAT_REQ_UTILITY_PVT.NUM_OF_ROW

3087:
3088:
3089: /* Get the materials in the Operation 1 and append to the table l_eam_mat_req_tbl */
3090: IF ( p_operation_seq_num IS NOT NULL
3091: and EAM_MAT_REQ_UTILITY_PVT.NUM_OF_ROW
3092: ( p_organization_id => l_organization_id
3093: , p_wip_entity_id => l_wip_entity_id
3094: , p_operation_seq_num => 1
3095: ) in (TRUE)) THEN

Line 3413: EAM_MAT_REQ_UTILITY_PVT.Perform_Writes

3409: END IF;
3410:
3411:
3412:
3413: EAM_MAT_REQ_UTILITY_PVT.Perform_Writes
3414: ( p_eam_mat_req_rec => l_eam_mat_req_rec
3415: , x_mesg_token_tbl => l_mesg_token_tbl
3416: , x_return_status => l_return_status
3417: ) ;