DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_PUB dependencies on GMD_INVENTORY_SPEC_VRS_PVT

Line 167: IF NOT GMD_INVENTORY_SPEC_VRS_PVT.Insert_Row(l_inventory_spec_vrs, l_inventory_spec_vrs_out)

163: END IF;
164:
165: l_inventory_spec_vrs := l_inventory_spec_vrs_out;
166:
167: IF NOT GMD_INVENTORY_SPEC_VRS_PVT.Insert_Row(l_inventory_spec_vrs, l_inventory_spec_vrs_out)
168: THEN
169: -- Diagnostic message is already on the stack
170: RAISE FND_API.G_EXC_ERROR;
171: END IF;

Line 1074: IF NOT GMD_INVENTORY_SPEC_VRS_PVT.Lock_Row( l_inventory_spec_vrs.spec_vr_id)

1070:
1071:
1072: -- Lock the validity rule ahead of deleting
1073: -- ========================================
1074: IF NOT GMD_INVENTORY_SPEC_VRS_PVT.Lock_Row( l_inventory_spec_vrs.spec_vr_id)
1075: THEN
1076: -- Report Failure to obtain locks
1077: -- ==============================
1078: GMD_API_PUB.Log_Message('GMD_LOCKING_FAILURE',

Line 1085: IF NOT GMD_INVENTORY_SPEC_VRS_PVT.Delete_Row

1081: 'l_key_value', l_inventory_spec_vrs.spec_vr_id);
1082: RAISE FND_API.G_EXC_ERROR;
1083: END IF;
1084:
1085: IF NOT GMD_INVENTORY_SPEC_VRS_PVT.Delete_Row
1086: ( p_spec_vr_id => l_inventory_spec_vrs.spec_vr_id
1087: , p_last_update_date => sysdate
1088: , p_last_updated_by => l_spec.last_updated_by
1089: )