DBA Data[Home] [Help]

APPS.ENI_DBI_PCO_PKG dependencies on ENI_DBI_PART_COUNT_ORG_TEMP

Line 105: FROM eni_dbi_part_count_org_temp

101: -- in the org_temp table. Added for bug # 3669751
102:
103: SELECT count(*)
104: INTO l_org_exists
105: FROM eni_dbi_part_count_org_temp
106: WHERE organization_id = l_org_temp;
107:
108: IF (l_org_exists = 0) THEN
109: l_item := NULL;