DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on GMD_SPECIFICATIONS_PVT

Line 182: IF NOT (GMD_Specifications_PVT.Fetch_Row(

178: END IF;
179:
180: -- Verify that the specification exists.
181: l_spec.spec_id := p_mon_vr.spec_id;
182: IF NOT (GMD_Specifications_PVT.Fetch_Row(
183: p_specifications => l_spec,
184: x_specifications => l_spec_out)
185: ) THEN
186: -- Fetch Error

Line 721: IF NOT (GMD_Specifications_PVT.Fetch_Row(

717: END IF;
718:
719: -- Verify that the specification exists.
720: l_spec.spec_id := p_inv_vr.spec_id;
721: IF NOT (GMD_Specifications_PVT.Fetch_Row(
722: p_specifications => l_spec,
723: x_specifications => l_spec_out)
724: ) THEN
725: -- Fetch Error

Line 1364: IF NOT (GMD_Specifications_PVT.Fetch_Row(

1360: END IF;
1361:
1362: -- Verify that the specification exists.
1363: l_spec.spec_id := p_wip_vr.spec_id;
1364: IF NOT (GMD_Specifications_PVT.Fetch_Row(
1365: p_specifications => l_spec,
1366: x_specifications => l_spec_out)
1367: ) THEN
1368: -- Fetch Error

Line 2707: IF NOT (GMD_Specifications_PVT.Fetch_Row(

2703: END IF;
2704:
2705: -- Verify that the specification exists.
2706: l_spec.spec_id := p_cust_vr.spec_id;
2707: IF NOT (GMD_Specifications_PVT.Fetch_Row(
2708: p_specifications => l_spec,
2709: x_specifications => l_spec_out)
2710: ) THEN
2711: -- Fetch Error

Line 3358: IF NOT (GMD_Specifications_PVT.Fetch_Row(

3354: END IF;
3355:
3356: -- Verify that the specification exists.
3357: l_spec.spec_id := p_supp_vr.spec_id;
3358: IF NOT (GMD_Specifications_PVT.Fetch_Row(
3359: p_specifications => l_spec,
3360: x_specifications => l_spec_out)
3361: ) THEN
3362: -- Fetch Error