DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_PUB dependencies on GMD_SPEC_VRS_GRP

Line 152: GMD_SPEC_VRS_GRP.Validate_INV_VR(

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

Line 331: GMD_SPEC_VRS_GRP.Validate_WIP_VR(

327:
328: -- Validate WIP Spec Validity Rule
329: -- ===============================
330: -- BUG 2691994 - signature change for validation routine
331: GMD_SPEC_VRS_GRP.Validate_WIP_VR(
332: p_wip_vr => l_wip_spec_vrs,
333: p_called_from => 'API',
334: p_operation => 'INSERT',
335: x_wip_vr => l_wip_spec_vrs_out,

Line 505: GMD_SPEC_VRS_GRP.Validate_Cust_VR(

501: l_customer_spec_vrs.spec_vr_status := 100;
502:
503: -- Validate Customer Spec Validity Rule
504: -- ====================================
505: GMD_SPEC_VRS_GRP.Validate_Cust_VR(
506: p_cust_vr => l_customer_spec_vrs,
507: p_called_from => 'API',
508: p_operation => 'INSERT',
509: x_return_status => l_return_status

Line 675: GMD_SPEC_VRS_GRP.Validate_Supp_VR(

671: l_supplier_spec_vrs.spec_vr_status := 100;
672:
673: -- Validate Supplier Spec Validity Rule
674: -- ====================================
675: GMD_SPEC_VRS_GRP.Validate_Supp_VR(
676: p_supp_vr => l_supplier_spec_vrs,
677: p_called_from => 'API',
678: p_operation => 'INSERT',
679: x_return_status => l_return_status

Line 864: GMD_SPEC_VRS_GRP.Validate_Mon_VR(

860: end if;
861:
862: -- Validate Supplier Spec Validity Rule
863: -- ====================================
864: GMD_SPEC_VRS_GRP.Validate_Mon_VR(
865: p_mon_vr => l_monitoring_spec_vrs,
866: p_called_from => 'API',
867: p_operation => 'INSERT',
868: x_mon_vr => l_monitoring_spec_vrs_out,

Line 1060: GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_INV_VRS

1056: END IF; -- end of spec validation
1057:
1058: -- Validate to ensure validity_rule exists and is not already delete marked
1059: -- ========================================================================
1060: GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_INV_VRS
1061: ( p_spec_id => l_inventory_spec_vrs.spec_id
1062: , p_spec_vr_id => l_inventory_spec_vrs.spec_vr_id
1063: , x_return_status => l_return_status
1064: , x_message_data => l_msg_data

Line 1277: GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_WIP_VRS

1273: END IF; -- end of spec validation
1274:
1275: -- Validate to ensure validity_rule exists and is not already delete marked
1276: -- ========================================================================
1277: GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_WIP_VRS
1278: ( p_spec_id => l_wip_spec_vrs.spec_id
1279: , p_spec_vr_id => l_wip_spec_vrs.spec_vr_id
1280: , x_return_status => l_return_status
1281: , x_message_data => l_msg_data

Line 1491: GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_CST_VRS

1487: END IF; -- end of spec validation
1488:
1489: -- Validate to ensure validity_rule exists and is not already delete marked
1490: -- ========================================================================
1491: GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_CST_VRS
1492: ( p_spec_id => l_customer_spec_vrs.spec_id
1493: , p_spec_vr_id => l_customer_spec_vrs.spec_vr_id
1494: , x_return_status => l_return_status
1495: , x_message_data => l_msg_data

Line 1705: GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_SUP_VRS

1701: END IF; -- end of spec validation
1702:
1703: -- Validate to ensure validity_rule exists and is not already delete marked
1704: -- ========================================================================
1705: GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_SUP_VRS
1706: ( p_spec_id => l_supplier_spec_vrs.spec_id
1707: , p_spec_vr_id => l_supplier_spec_vrs.spec_vr_id
1708: , x_return_status => l_return_status
1709: , x_message_data => l_msg_data

Line 1922: /*GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_MON_VRS

1918:
1919: -- Validate to ensure validity_rule exists and is not already delete marked
1920: -- To be added later as the group layer is locked by Sierra.
1921: -- ========================================================================
1922: /*GMD_SPEC_VRS_GRP.VALIDATE_BEFORE_DELETE_MON_VRS
1923: ( p_spec_id => l_monitoring_spec_vrs.spec_id
1924: , p_spec_vr_id => l_monitoring_spec_vrs.spec_vr_id
1925: , x_return_status => l_return_status
1926: , x_message_data => l_msg_data