DBA Data[Home] [Help]

APPS.ARP_STAX_MINUS99 dependencies on RA_TAX_EXEMPTIONS_S

Line 1372: SELECT ra_tax_exemptions_s.nextval from dual;

1368: AND exemption_type = 'ITEM'
1369: AND status = 'PRIMARY'; /* Bugfix 520228 */
1370:
1371: CURSOR sel_tax_exemptions_s is
1372: SELECT ra_tax_exemptions_s.nextval from dual;
1373:
1374: CURSOR sel_location_ids( site_id in number ) is
1375: select c.location_id_segment_1,
1376: c.location_id_segment_2,