DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_PUB dependencies on GMD_SPEC_VRS_GRP

Line 156: GMD_SPEC_VRS_GRP.Validate_INV_VR(

152:
153: -- Validate Inventory Spec Validity Rule
154: -- =====================================
155: -- BUG 2691994 - signature change for validation routine
156: GMD_SPEC_VRS_GRP.Validate_INV_VR(
157: p_inv_vr => l_inventory_spec_vrs,
158: p_called_from => 'API',
159: p_operation => 'INSERT',
160: x_inv_vr => l_inventory_spec_vrs_out,

Line 337: GMD_SPEC_VRS_GRP.Validate_WIP_VR(

333:
334: -- Validate WIP Spec Validity Rule
335: -- ===============================
336: -- BUG 2691994 - signature change for validation routine
337: GMD_SPEC_VRS_GRP.Validate_WIP_VR(
338: p_wip_vr => l_wip_spec_vrs,
339: p_called_from => 'API',
340: p_operation => 'INSERT',
341: x_wip_vr => l_wip_spec_vrs_out,

Line 513: GMD_SPEC_VRS_GRP.Validate_Cust_VR(

509: END IF;
510:
511: -- Validate Customer Spec Validity Rule
512: -- ====================================
513: GMD_SPEC_VRS_GRP.Validate_Cust_VR(
514: p_cust_vr => l_customer_spec_vrs,
515: p_called_from => 'API',
516: p_operation => 'INSERT',
517: x_return_status => l_return_status

Line 685: GMD_SPEC_VRS_GRP.Validate_Supp_VR(

681: END IF;
682:
683: -- Validate Supplier Spec Validity Rule
684: -- ====================================
685: GMD_SPEC_VRS_GRP.Validate_Supp_VR(
686: p_supp_vr => l_supplier_spec_vrs,
687: p_called_from => 'API',
688: p_operation => 'INSERT',
689: x_return_status => l_return_status

Line 876: GMD_SPEC_VRS_GRP.Validate_Mon_VR(

872: end if;
873:
874: -- Validate Supplier Spec Validity Rule
875: -- ====================================
876: GMD_SPEC_VRS_GRP.Validate_Mon_VR(
877: p_mon_vr => l_monitoring_spec_vrs,
878: p_called_from => 'API',
879: p_operation => 'INSERT',
880: x_mon_vr => l_monitoring_spec_vrs_out,

Line 1072: GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_INV_VRS

1068: END IF; -- end of spec validation
1069:
1070: -- Validate to ensure validity_rule exists and is not already delete marked
1071: -- ========================================================================
1072: GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_INV_VRS
1073: ( p_spec_id => l_inventory_spec_vrs.spec_id
1074: , p_spec_vr_id => l_inventory_spec_vrs.spec_vr_id
1075: , x_return_status => l_return_status
1076: , x_message_data => l_msg_data

Line 1289: GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_WIP_VRS

1285: END IF; -- end of spec validation
1286:
1287: -- Validate to ensure validity_rule exists and is not already delete marked
1288: -- ========================================================================
1289: GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_WIP_VRS
1290: ( p_spec_id => l_wip_spec_vrs.spec_id
1291: , p_spec_vr_id => l_wip_spec_vrs.spec_vr_id
1292: , x_return_status => l_return_status
1293: , x_message_data => l_msg_data

Line 1503: GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_CST_VRS

1499: END IF; -- end of spec validation
1500:
1501: -- Validate to ensure validity_rule exists and is not already delete marked
1502: -- ========================================================================
1503: GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_CST_VRS
1504: ( p_spec_id => l_customer_spec_vrs.spec_id
1505: , p_spec_vr_id => l_customer_spec_vrs.spec_vr_id
1506: , x_return_status => l_return_status
1507: , x_message_data => l_msg_data

Line 1717: GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_SUP_VRS

1713: END IF; -- end of spec validation
1714:
1715: -- Validate to ensure validity_rule exists and is not already delete marked
1716: -- ========================================================================
1717: GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_SUP_VRS
1718: ( p_spec_id => l_supplier_spec_vrs.spec_id
1719: , p_spec_vr_id => l_supplier_spec_vrs.spec_vr_id
1720: , x_return_status => l_return_status
1721: , x_message_data => l_msg_data

Line 1934: /*GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_MON_VRS

1930:
1931: -- Validate to ensure validity_rule exists and is not already delete marked
1932: -- To be added later as the group layer is locked by Sierra.
1933: -- ========================================================================
1934: /*GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_MON_VRS
1935: ( p_spec_id => l_monitoring_spec_vrs.spec_id
1936: , p_spec_vr_id => l_monitoring_spec_vrs.spec_vr_id
1937: , x_return_status => l_return_status
1938: , x_message_data => l_msg_data