DBA Data[Home] [Help]

APPS.PAY_US_TAX_API dependencies on PAY_AUD_INS

Line 572: pay_aud_ins.ins(

568: */
569: hr_utility.set_location(l_proc, 20);
570: -- start by putting a master w-4 transaction event which will be the
571: -- parent for the rest of these transactions
572: pay_aud_ins.ins(
573: p_effective_date => p_effective_date
574: ,p_transaction_type => lv_trans_type
575: ,p_transaction_subtype => lv_trans_subtype
576: ,p_transaction_date => trunc(sysdate)

Line 635: pay_aud_ins.ins(

631: ,p_datetrack_update_mode => lv_datetrack_mode
632: );
633:
634: -- we insert a row into the transaction table to show the change to this assignment
635: pay_aud_ins.ins(
636: p_effective_date => p_effective_date
637: ,p_transaction_type => lv_trans_type
638: ,p_transaction_date => trunc(sysdate)
639: ,p_transaction_effective_date => p_effective_date

Line 738: pay_aud_ins.ins(

734: end if;
735:
736:
737: -- insert a row in the transaction table
738: pay_aud_ins.ins(
739: p_effective_date => p_effective_date
740: ,p_transaction_type => lv_trans_type
741: ,p_transaction_date => trunc(sysdate)
742: ,p_transaction_effective_date => p_effective_date