DBA Data[Home] [Help]

APPS.JAI_AP_TDS_CANCELLATION_PKG dependencies on JAI_AP_TDS_INV_CANCELS

Line 684: /* insert into JAI_AP_TDS_INV_CANCELS */

680: P_process_message => lv_process_message,
681: p_codepath => lv_codepath
682: );
683:
684: /* insert into JAI_AP_TDS_INV_CANCELS */
685: lv_codepath := jai_general_pkg.plot_codepath(19, lv_codepath); /* 19 */
686:
687: insert into jai_ap_tds_inv_cancels
688: (

Line 687: insert into jai_ap_tds_inv_cancels

683:
684: /* insert into JAI_AP_TDS_INV_CANCELS */
685: lv_codepath := jai_general_pkg.plot_codepath(19, lv_codepath); /* 19 */
686:
687: insert into jai_ap_tds_inv_cancels
688: (
689: tds_inv_cancel_id ,
690: invoice_id ,
691: threshold_grp_id ,

Line 708: jai_ap_tds_inv_cancels_s.nextval ,

704: last_update_login
705: )
706: values
707: (
708: jai_ap_tds_inv_cancels_s.nextval ,
709: p_invoice_id ,
710: cur_rec.threshold_grp_id ,
711: cur_rec.taxable_amount ,
712: cur_rec.threshold_trx_id ,

Line 856: insert into jai_ap_tds_inv_cancels

852: P_process_message => lv_process_message,
853: p_codepath => lv_codepath
854: );
855:
856: insert into jai_ap_tds_inv_cancels
857: (
858: tds_inv_cancel_id ,
859: invoice_id ,
860: threshold_grp_id ,

Line 877: jai_ap_tds_inv_cancels_s.nextval ,

873: last_update_login
874: )
875: values
876: (
877: jai_ap_tds_inv_cancels_s.nextval ,
878: p_invoice_id ,
879: cur_rec.threshold_grp_id ,
880: ln_taxable_amount ,
881: null ,