DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on GMD_SAMPLING_PLANS_PVT

Line 198: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(

194: --odab added this test.
195: IF (p_mon_vr.sampling_plan_id IS NOT NULL)
196: THEN
197: l_sampling_plan.sampling_plan_id := p_mon_vr.sampling_plan_id;
198: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(
199: p_sampling_plan => l_sampling_plan,
200: x_sampling_plan => l_sampling_plan_out)
201: ) THEN
202: -- Fetch Error

Line 737: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(

733: --odab added this test.
734: IF (p_inv_vr.sampling_plan_id IS NOT NULL)
735: THEN
736: l_sampling_plan.sampling_plan_id := p_inv_vr.sampling_plan_id;
737: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(
738: p_sampling_plan => l_sampling_plan,
739: x_sampling_plan => l_sampling_plan_out)
740: ) THEN
741: -- Fetch Error

Line 1380: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(

1376: --odab added this test.
1377: IF (p_wip_vr.sampling_plan_id IS NOT NULL)
1378: THEN
1379: l_sampling_plan.sampling_plan_id := p_wip_vr.sampling_plan_id;
1380: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(
1381: p_sampling_plan => l_sampling_plan,
1382: x_sampling_plan => l_sampling_plan_out)
1383: ) THEN
1384: -- Fetch Error

Line 2723: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(

2719: --odab added this test.
2720: IF (p_cust_vr.sampling_plan_id IS NOT NULL)
2721: THEN
2722: l_sampling_plan.sampling_plan_id := p_cust_vr.sampling_plan_id;
2723: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(
2724: p_sampling_plan => l_sampling_plan,
2725: x_sampling_plan => l_sampling_plan_out)
2726: ) THEN
2727: -- Fetch Error

Line 3374: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(

3370: --odab added this test.
3371: IF (p_supp_vr.sampling_plan_id IS NOT NULL)
3372: THEN
3373: l_sampling_plan.sampling_plan_id := p_supp_vr.sampling_plan_id;
3374: IF NOT (GMD_Sampling_Plans_PVT.Fetch_Row(
3375: p_sampling_plan => l_sampling_plan,
3376: x_sampling_plan => l_sampling_plan_out)
3377: ) THEN
3378: -- Fetch Error