DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on ORG_ACCESS_VIEW

Line 3577: org_access_view v

3573: -- Bug 4165704: changed for inventory convergence
3574: CURSOR c_orgn (p_organization_id NUMBER) IS
3575: SELECT 1
3576: FROM mtl_parameters m,
3577: org_access_view v
3578: WHERE v.organization_id = m.organization_id
3579: AND m.organization_id = p_organization_id
3580: AND m. process_enabled_flag = 'Y' ;
3581:

Line 3592: org_access_view v

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
3596: AND m.organization_id = p_organization_id