DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on GMD_SPECIFICATIONS_PVT

Line 171: IF NOT (GMD_Specifications_PVT.Fetch_Row(

167: END IF;
168:
169: -- Verify that the specification exists.
170: l_spec.spec_id := p_mon_vr.spec_id;
171: IF NOT (GMD_Specifications_PVT.Fetch_Row(
172: p_specifications => l_spec,
173: x_specifications => l_spec_out)
174: ) THEN
175: -- Fetch Error

Line 710: IF NOT (GMD_Specifications_PVT.Fetch_Row(

706: END IF;
707:
708: -- Verify that the specification exists.
709: l_spec.spec_id := p_inv_vr.spec_id;
710: IF NOT (GMD_Specifications_PVT.Fetch_Row(
711: p_specifications => l_spec,
712: x_specifications => l_spec_out)
713: ) THEN
714: -- Fetch Error

Line 1339: IF NOT (GMD_Specifications_PVT.Fetch_Row(

1335: END IF;
1336:
1337: -- Verify that the specification exists.
1338: l_spec.spec_id := p_wip_vr.spec_id;
1339: IF NOT (GMD_Specifications_PVT.Fetch_Row(
1340: p_specifications => l_spec,
1341: x_specifications => l_spec_out)
1342: ) THEN
1343: -- Fetch Error

Line 2558: IF NOT (GMD_Specifications_PVT.Fetch_Row(

2554: END IF;
2555:
2556: -- Verify that the specification exists.
2557: l_spec.spec_id := p_cust_vr.spec_id;
2558: IF NOT (GMD_Specifications_PVT.Fetch_Row(
2559: p_specifications => l_spec,
2560: x_specifications => l_spec_out)
2561: ) THEN
2562: -- Fetch Error

Line 3208: IF NOT (GMD_Specifications_PVT.Fetch_Row(

3204: END IF;
3205:
3206: -- Verify that the specification exists.
3207: l_spec.spec_id := p_supp_vr.spec_id;
3208: IF NOT (GMD_Specifications_PVT.Fetch_Row(
3209: p_specifications => l_spec,
3210: x_specifications => l_spec_out)
3211: ) THEN
3212: -- Fetch Error