DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on GMD_API_GRP

Line 396: IF NOT (gmd_api_grp.OrgnAccessible(l_mon_vr.locator_organization_id)) THEN

392: CLOSE c_orgn;
393: END IF;
394:
395: --srakrish BUG 5251172: Checking if the responsibility is available to the Locator organization.
396: IF NOT (gmd_api_grp.OrgnAccessible(l_mon_vr.locator_organization_id)) THEN
397: RAISE FND_API.G_EXC_ERROR;
398: END IF;
399:
400: -- Resource is valid (Bug 3451868)

Line 431: IF NOT (gmd_api_grp.OrgnAccessible(l_mon_vr.resource_organization_id)) THEN

427: CLOSE c_orgn;
428: END IF;
429:
430: --srakrish BUG 5251172: Checking if the responsibility is available to the Resource organization.
431: IF NOT (gmd_api_grp.OrgnAccessible(l_mon_vr.resource_organization_id)) THEN
432: RAISE FND_API.G_EXC_ERROR;
433: END IF;
434:
435: -- Resource Instance is valid (Bug 3451868)

Line 1006: IF NOT (gmd_api_grp.OrgnAccessible(l_inv_vr.organization_id)) THEN

1002: CLOSE c_orgn;
1003: END IF;
1004:
1005: --srakrish BUG 5251172: Checking if the responsibility is available to the organization.
1006: IF NOT (gmd_api_grp.OrgnAccessible(l_inv_vr.organization_id)) THEN
1007: RAISE FND_API.G_EXC_ERROR;
1008: END IF;
1009:
1010: --=========================================================================

Line 1941: IF NOT (gmd_api_grp.OrgnAccessible(l_wip_vr.organization_id)) THEN

1937: CLOSE c_orgn_plant;
1938: END IF;
1939:
1940: --srakrish BUG 5251172: Checking if the responsibility is available to the organization.
1941: IF NOT (gmd_api_grp.OrgnAccessible(l_wip_vr.organization_id)) THEN
1942: RAISE FND_API.G_EXC_ERROR;
1943: END IF;
1944:
1945: --=========================================================================

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

2985: CLOSE c_orgn;*/
2986:
2987: -- replace above with function as above check was not working as designed - bug 5223014 rework
2988:
2989: IF NOT (gmd_api_grp.OrgnAccessible(p_cust_vr.organization_id)) THEN
2990: RAISE FND_API.G_EXC_ERROR;
2991: END IF;
2992:
2993: END IF;

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

3627: CLOSE c_orgn;
3628: END IF;
3629:
3630: --srakrish BUG 5251172: Checking if the responsibility is available to the organization.
3631: IF NOT (gmd_api_grp.OrgnAccessible(p_supp_vr.organization_id)) THEN
3632: RAISE FND_API.G_EXC_ERROR;
3633: END IF;
3634:
3635: