DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_ALLOC_PRC_PKG dependencies on JG_ZZ_VAT_BOX_ALLOCS_PKG

Line 915: fnd_file.put_line(fnd_file.log, 'run allocation - Calling jg_zz_vat_box_allocs_pkg.insert_row');

911:
912: ln_allocated_cnt := ln_allocated_cnt + 1;
913:
914: if gv_debug_flag then
915: fnd_file.put_line(fnd_file.log, 'run allocation - Calling jg_zz_vat_box_allocs_pkg.insert_row');
916: fnd_file.put_line(fnd_file.log, 'run allocation - vat box allocation ID'||ln_vat_box_allocation_id);
917: fnd_file.put_line(fnd_file.log, 'run allocation - vat transaction ID'||l_trx_rec.vat_transaction_id);
918: fnd_file.put_line(fnd_file.log, 'run allocation - Allocation Rule ID'||ln_allocation_rule_id);
919:

Line 922: jg_zz_vat_box_allocs_pkg.insert_row(

918: fnd_file.put_line(fnd_file.log, 'run allocation - Allocation Rule ID'||ln_allocation_rule_id);
919:
920: end if;
921:
922: jg_zz_vat_box_allocs_pkg.insert_row(
923: xn_vat_box_allocation_id => ln_vat_box_allocation_id,
924: pn_vat_transaction_id => l_trx_rec.vat_transaction_id,
925: pv_period_type => lv_period_type,
926: pn_allocation_rule_id => ln_allocation_rule_id,