DBA Data[Home] [Help]

APPS.INL_INTERFACE_PVT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 1073: FROM org_organization_definitions

1069: p_debug_info => l_debug_info
1070: ) ;
1071: SELECT COUNT(1)
1072: INTO l_organization_count
1073: FROM org_organization_definitions
1074: WHERE organization_id = p_organization_id;
1075: IF NVL(l_organization_count, 0) = 0 THEN
1076: l_result := FND_API.G_FALSE;
1077: l_organization_count := 0;