DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on GMD_QUALITY_CONFIG

Line 1369: quality_config GMD_QUALITY_CONFIG%ROWTYPE;

1365: -- creation is in effect so that the number can be retrieved
1366: -- AFTER the sample has passed validation. Sample numbers were
1367: -- being lost.
1368: --
1369: quality_config GMD_QUALITY_CONFIG%ROWTYPE;
1370: found BOOLEAN;
1371:
1372: -- Exceptions
1373: e_smpl_plan_fetch_error EXCEPTION;

Line 3591: gmd_quality_config g ,

3587: -- Bug 4165704: changed for inventory convergence
3588: CURSOR c_lab_orgn (p_organization_id NUMBER) IS
3589: SELECT 1
3590: FROM mtl_parameters m,
3591: gmd_quality_config g ,
3592: org_access_view v
3593: WHERE g.quality_lab_ind = 'Y'
3594: AND g.organization_id = m.organization_id
3595: AND v.organization_id = m.organization_id

Line 4317: quality_config GMD_QUALITY_CONFIG%ROWTYPE;

4313:
4314: -- 2995114
4315: -- add position variable for debugging.
4316:
4317: quality_config GMD_QUALITY_CONFIG%ROWTYPE;
4318: l_revision VARCHAR2(3);
4319: l_subinventory VARCHAR2(10);
4320: l_locator_id NUMBER;
4321: l_msg_count NUMBER;

Line 4634: FROM gmd_quality_config

4630: -- instead moved it into public layer api
4631:
4632: CURSOR Cur_global_configurator IS
4633: SELECT transaction_reason_id
4634: FROM gmd_quality_config
4635: WHERE organization_id = p_sample.organization_id
4636: order by 1 ;
4637:
4638: --srakrish bug 5394566: Commenting the cursors as these have hardcoded values and material_detail_id is directly passed .