DBA Data[Home] [Help]

APPS.INV_HV_TXN_PURGE dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 162: FOR i in (SELECT ood.organization_id FROM org_organization_definitions ood )

158:
159: --Organization not provided, so Loop throught all organizations
160: ELSE
161:
162: FOR i in (SELECT ood.organization_id FROM org_organization_definitions ood )
163: LOOP -- Organization loop
164:
165: OPEN get_open_period (l_cut_off_date, i.organization_id);
166: FETCH get_open_period INTO x_validation;