DBA Data[Home] [Help]

APPS.EAM_ASSETATTR_GRP_PUB dependencies on EAM_COMMON_UTILITIES_PVT

Line 118: EAM_COMMON_UTILITIES_PVT.verify_org(

114: l_creation_organization_id := P_ORGANIZATION_ID;
115: end if;
116: if l_creation_organization_id is not null then
117: /* EAM enabled check */
118: EAM_COMMON_UTILITIES_PVT.verify_org(
119: p_resp_id => NULL,
120: p_resp_app_id => 401,
121: p_org_id => l_creation_organization_id,
122: x_boolean => l_boolean,

Line 371: EAM_COMMON_UTILITIES_PVT.verify_org(

367: l_creation_organization_id := P_ORGANIZATION_ID;
368: end if;
369: if l_creation_organization_id is not null then
370: /* EAM enabled check */
371: EAM_COMMON_UTILITIES_PVT.verify_org(
372: p_resp_id => NULL,
373: p_resp_app_id => 401,
374: p_org_id => l_creation_organization_id,
375: x_boolean => l_boolean,