DBA Data[Home] [Help]

APPS.CHV_BUILD_SCHEDULES dependencies on CHV_SCHEDULE_ORGANIZATIONS

Line 1492: FROM chv_schedule_organizations cso

1488: -- If this is multi-org, we need to insert an item record for
1489: -- each organization.
1490: CURSOR C_ITEM_ORGS IS
1491: SELECT cso.organization_id
1492: FROM chv_schedule_organizations cso
1493: WHERE cso.batch_id = p_batch_id;
1494:
1495: -- We must open a cursor if this is not multi-org. This is a dummy
1496: -- cursor that will find one record.