DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on ORG_ACCESS_VIEW

Line 2982: org_access_view v

2978: -- Bug 4165704: changed for inventory convergence
2979: CURSOR c_orgn (p_organization_id NUMBER) IS
2980: SELECT 1
2981: FROM mtl_parameters m,
2982: org_access_view v
2983: WHERE v.organization_id = m.organization_id
2984: AND m.organization_id = p_organization_id
2985: AND m. process_enabled_flag = 'Y' ;
2986:

Line 2997: org_access_view v

2993: CURSOR c_lab_orgn (p_organization_id NUMBER) IS
2994: SELECT 1
2995: FROM mtl_parameters m,
2996: gmd_quality_config g ,
2997: org_access_view v
2998: WHERE g.quality_lab_ind = 'Y'
2999: AND g.organization_id = m.organization_id
3000: AND v.organization_id = m.organization_id
3001: AND m.organization_id = p_organization_id