DBA Data[Home] [Help]

APPS.JAI_AP_UTILS_PKG dependencies on JAI_BOE_GENERAL_PKG

Line 725: lv_tax_account_code := jai_boe_general_pkg.get_boe_accounting(get_tax_amount_rec.tax_type,

721: SELECT ap_invoice_lines_interface_s.NEXTVAL
722: INTO inv_line_interface_id
723: FROM dual;
724:
725: lv_tax_account_code := jai_boe_general_pkg.get_boe_accounting(get_tax_amount_rec.tax_type,
726: 'PAID_PAYABLES',
727: ln_organization_id,
728: ln_location_id);
729:

Line 767: ln_depb_account_id := JAI_BOE_GENERAL_PKG.get_depb_account;

763:
764: END LOOP;
765: IF ln_depb_amount > 0 THEN
766: ln_depb_amount := - ln_depb_amount;
767: ln_depb_account_id := JAI_BOE_GENERAL_PKG.get_depb_account;
768:
769:
770: open counter_cur(inv_interface_id);
771: fetch counter_cur into counter_cur_rec;