DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on EAM_MAT_REQ_UTILITY_PVT

Line 3087: and EAM_MAT_REQ_UTILITY_PVT.NUM_OF_ROW

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

Line 3392: EAM_MAT_REQ_UTILITY_PVT.Perform_Writes

3388: END IF;
3389:
3390:
3391:
3392: EAM_MAT_REQ_UTILITY_PVT.Perform_Writes
3393: ( p_eam_mat_req_rec => l_eam_mat_req_rec
3394: , x_mesg_token_tbl => l_mesg_token_tbl
3395: , x_return_status => l_return_status
3396: ) ;