DBA Data[Home] [Help]

APPS.ARP_STAX_MINUS99 dependencies on ARP_FLEX

Line 1608: FOR i in arp_flex.expand( arp_flex.location, 'EXEMPT_LEVEL', null, '%NUMBER%')+1 .. 10

1604: /* at which automatic exemptions are created for. */
1605: /***************************************************************************/
1606:
1607: BEGIN
1608: FOR i in arp_flex.expand( arp_flex.location, 'EXEMPT_LEVEL', null, '%NUMBER%')+1 .. 10
1609: LOOP
1610: l_location_id_segment(i) := NULL;
1611: END LOOP;
1612: EXCEPTION

Line 1614: /* arp_flex.expand can raise error message if the sales tax location flexfield */

1610: l_location_id_segment(i) := NULL;
1611: END LOOP;
1612: EXCEPTION
1613: /*********************************************************************************/
1614: /* arp_flex.expand can raise error message if the sales tax location flexfield */
1615: /* has been reconfigured without then rerunning the pl/sql flexfield precompiler */
1616: /*********************************************************************************/
1617: WHEN OTHERS THEN
1618: arp_standard.fnd_message( 'AR_STAX_NOT_INSTALLED' );