DBA Data[Home] [Help]

APPS.ARP_TAX_INTERFACE dependencies on ARP_ADDS

Line 728: location_id( current_level ) := arp_adds.find_location_segment_id(

724: if qualifier( 0 ) = 'COUNTRY' then
725: begin
726:
727: /* Defaults the country correctly */
728: location_id( current_level ) := arp_adds.find_location_segment_id(
729: 'COUNTRY',
730: nvl( arp_standard.sysparm.default_country, 'US'),
731: nvl( arp_standard.sysparm.default_country, 'US'),
732: null,

Line 735: if arp_adds.location_segment_inserted then

731: nvl( arp_standard.sysparm.default_country, 'US'),
732: null,
733: attribute_category => 'TRIGGER' );
734:
735: if arp_adds.location_segment_inserted then
736:
737: arp_adds.ins_location_rates( location_id(current_level),
738: arp_standard.sysparm.from_postal_code,
739: arp_standard.sysparm.to_postal_code,

Line 737: arp_adds.ins_location_rates( location_id(current_level),

733: attribute_category => 'TRIGGER' );
734:
735: if arp_adds.location_segment_inserted then
736:
737: arp_adds.ins_location_rates( location_id(current_level),
738: arp_standard.sysparm.from_postal_code,
739: arp_standard.sysparm.to_postal_code,
740: arp_standard.min_start_date,
741: arp_standard.max_end_date,

Line 911: location_id( current_level ) := arp_adds.find_location_segment_id(

907: | ensures that new versions of the cities tax rate will not be |
908: | assigned to a new (truncated) city but to the existing |
909: | corrected city. |
910: +----------------------------------------------------------------*/
911: location_id( current_level ) := arp_adds.find_location_segment_id(
912: interface.segment_qualifier,
913: interface.location_user_value,
914: interface.location_description,
915: location_id( current_level -1 ),

Line 937: new_location := arp_adds.location_segment_inserted;

933:
934:
935: this_location := location_id( current_level );
936:
937: new_location := arp_adds.location_segment_inserted;
938:
939:
940: END IF; /* Segment Value has not changed, dont attempt to re-insert it */
941:

Line 1298: arp_adds.ins_location_rates(

1294: | Upload Rate Information Overrides, supports |
1295: | State and County Override. |
1296: +---------------------------------------------*/
1297:
1298: arp_adds.ins_location_rates(
1299: location_id(current_level),
1300: interface.from_postal_code,
1301: interface.to_postal_code,
1302: interface.start_date,