DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on GMD_SAMPLING_PLANS_PVT

Line 187: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(

183: --odab added this test.
184: IF (p_mon_vr.sampling_plan_id IS NOT NULL)
185: THEN
186: l_sampling_plan.sampling_plan_id := p_mon_vr.sampling_plan_id;
187: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(
188: p_sampling_plan => l_sampling_plan,
189: x_sampling_plan => l_sampling_plan_out)
190: ) THEN
191: -- Fetch Error

Line 726: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(

722: --odab added this test.
723: IF (p_inv_vr.sampling_plan_id IS NOT NULL)
724: THEN
725: l_sampling_plan.sampling_plan_id := p_inv_vr.sampling_plan_id;
726: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(
727: p_sampling_plan => l_sampling_plan,
728: x_sampling_plan => l_sampling_plan_out)
729: ) THEN
730: -- Fetch Error

Line 1355: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(

1351: --odab added this test.
1352: IF (p_wip_vr.sampling_plan_id IS NOT NULL)
1353: THEN
1354: l_sampling_plan.sampling_plan_id := p_wip_vr.sampling_plan_id;
1355: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(
1356: p_sampling_plan => l_sampling_plan,
1357: x_sampling_plan => l_sampling_plan_out)
1358: ) THEN
1359: -- Fetch Error

Line 2574: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(

2570: --odab added this test.
2571: IF (p_cust_vr.sampling_plan_id IS NOT NULL)
2572: THEN
2573: l_sampling_plan.sampling_plan_id := p_cust_vr.sampling_plan_id;
2574: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(
2575: p_sampling_plan => l_sampling_plan,
2576: x_sampling_plan => l_sampling_plan_out)
2577: ) THEN
2578: -- Fetch Error

Line 3224: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(

3220: --odab added this test.
3221: IF (p_supp_vr.sampling_plan_id IS NOT NULL)
3222: THEN
3223: l_sampling_plan.sampling_plan_id := p_supp_vr.sampling_plan_id;
3224: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(
3225: p_sampling_plan => l_sampling_plan,
3226: x_sampling_plan => l_sampling_plan_out)
3227: ) THEN
3228: -- Fetch Error