DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on GMD_API_GRP

Line 385: IF NOT (gmd_api_grp.OrgnAccessible(p_mon_vr.locator_organization_id)) THEN

381: CLOSE c_orgn;
382: END IF;
383:
384: --srakrish BUG 5251172: Checking if the responsibility is available to the Locator organization.
385: IF NOT (gmd_api_grp.OrgnAccessible(p_mon_vr.locator_organization_id)) THEN
386: RAISE FND_API.G_EXC_ERROR;
387: END IF;
388:
389: -- Resource is valid (Bug 3451868)

Line 420: IF NOT (gmd_api_grp.OrgnAccessible(p_mon_vr.resource_organization_id)) THEN

416: CLOSE c_orgn;
417: END IF;
418:
419: --srakrish BUG 5251172: Checking if the responsibility is available to the Resource organization.
420: IF NOT (gmd_api_grp.OrgnAccessible(p_mon_vr.resource_organization_id)) THEN
421: RAISE FND_API.G_EXC_ERROR;
422: END IF;
423:
424: -- Resource Instance is valid (Bug 3451868)

Line 995: IF NOT (gmd_api_grp.OrgnAccessible(p_inv_vr.organization_id)) THEN

991: CLOSE c_orgn;
992: END IF;
993:
994: --srakrish BUG 5251172: Checking if the responsibility is available to the organization.
995: IF NOT (gmd_api_grp.OrgnAccessible(p_inv_vr.organization_id)) THEN
996: RAISE FND_API.G_EXC_ERROR;
997: END IF;
998:
999: --=========================================================================

Line 1842: IF NOT (gmd_api_grp.OrgnAccessible(p_wip_vr.organization_id)) THEN

1838: CLOSE c_orgn_plant;
1839: END IF;
1840:
1841: --srakrish BUG 5251172: Checking if the responsibility is available to the organization.
1842: IF NOT (gmd_api_grp.OrgnAccessible(p_wip_vr.organization_id)) THEN
1843: RAISE FND_API.G_EXC_ERROR;
1844: END IF;
1845:
1846: --=========================================================================

Line 2840: IF NOT (gmd_api_grp.OrgnAccessible(p_cust_vr.organization_id)) THEN

2836: CLOSE c_orgn;*/
2837:
2838: -- replace above with function as above check was not working as designed - bug 5223014 rework
2839:
2840: IF NOT (gmd_api_grp.OrgnAccessible(p_cust_vr.organization_id)) THEN
2841: RAISE FND_API.G_EXC_ERROR;
2842: END IF;
2843:
2844: END IF;

Line 3481: IF NOT (gmd_api_grp.OrgnAccessible(p_supp_vr.organization_id)) THEN

3477: CLOSE c_orgn;
3478: END IF;
3479:
3480: --srakrish BUG 5251172: Checking if the responsibility is available to the organization.
3481: IF NOT (gmd_api_grp.OrgnAccessible(p_supp_vr.organization_id)) THEN
3482: RAISE FND_API.G_EXC_ERROR;
3483: END IF;
3484:
3485: