DBA Data[Home] [Help]

APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on ZX_TRD_INTERNAL_SERVICES_PVT

Line 557: ZX_TRD_INTERNAL_SERVICES_PVT.cancel_tax_line(

553:
554: -- For cancelled tax line, reverse frozen tax distributions and cancel others.
555: --
556:
557: ZX_TRD_INTERNAL_SERVICES_PVT.cancel_tax_line(
558: l_tax_line_tbl,
559: i,
560: l_rec_nrec_dist_tbl,
561: l_dist_tbl_begin_index,

Line 684: ZX_TRD_INTERNAL_SERVICES_PVT.calc_tax_dist(

680: IF l_action = 'CREATE' or l_action = 'UPDATE' THEN
681:
682: -- get new tax distributions for this tax line and item dist
683:
684: ZX_TRD_INTERNAL_SERVICES_PVT.calc_tax_dist(
685: l_tax_line_tbl,
686: i,
687: 1,
688: l_rec_nrec_dist_tbl,

Line 820: ZX_TRD_INTERNAL_SERVICES_PVT.calc_tax_dist(

816: THEN
817: -- get new tax distributions for this tax line and item dist
818: --
819:
820: ZX_TRD_INTERNAL_SERVICES_PVT.calc_tax_dist(
821: l_tax_line_tbl,
822: i,
823: 1,
824: l_rec_nrec_dist_tbl,

Line 861: ZX_TRD_INTERNAL_SERVICES_PVT.get_rec_nrec_dist_amt(

857: -- calculate recovery/non tax amount
858: --
859:
860: IF trx_line_dist_id_tbl.COUNT > 0 THEN
861: ZX_TRD_INTERNAL_SERVICES_PVT.get_rec_nrec_dist_amt(
862: l_tax_line_tbl,
863: i,
864: l_rec_nrec_dist_tbl,
865: l_dist_tbl_begin_index,

Line 885: ZX_TRD_INTERNAL_SERVICES_PVT.round_rec_nrec_amt(

881: END IF;
882:
883: -- perform rounding
884:
885: ZX_TRD_INTERNAL_SERVICES_PVT.round_rec_nrec_amt(
886: l_rec_nrec_dist_tbl,
887: l_dist_tbl_begin_index,
888: l_rec_nrec_dist_end_index,
889: l_tax_line_tbl(i).tax_amt,

Line 914: -- ZX_TRD_INTERNAL_SERVICES_PVT.create_mrc_tax_dists(

910: -- IF p_event_class_rec.enable_mrc_flag = 'Y' THEN
911: -- -- create MRC tax distributions
912: -- --
913: --
914: -- ZX_TRD_INTERNAL_SERVICES_PVT.create_mrc_tax_dists(
915: -- p_event_class_rec,
916: -- l_rec_nrec_dist_tbl,
917: -- l_dist_tbl_begin_index,
918: -- l_rec_nrec_dist_end_index,

Line 1165: ZX_TRD_INTERNAL_SERVICES_PVT.ROUND_REC_NREC_AMT(

1161: -- and the unrounded rec/non-rec tax distribution amount has already been calculated.
1162: -- perform rounding
1163:
1164: IF l_rec_nrec_dist_end_index >= l_rec_nrec_dist_begin_index THEN
1165: ZX_TRD_INTERNAL_SERVICES_PVT.ROUND_REC_NREC_AMT(
1166: l_rec_nrec_dist_tbl,
1167: l_rec_nrec_dist_begin_index,
1168: l_rec_nrec_dist_end_index,
1169: l_tax_line_amt,

Line 1202: -- ZX_TRD_INTERNAL_SERVICES_PVT.create_mrc_tax_dists(

1198: -- 'ZX.PLSQL.ZX_TRD_SERVICES_PUB_PKG.OVERRIDE_RECOVERY',
1199: -- 'create MRC tax distributions' );
1200: -- END IF;
1201: --
1202: -- ZX_TRD_INTERNAL_SERVICES_PVT.create_mrc_tax_dists(
1203: -- p_event_class_rec,
1204: -- l_rec_nrec_dist_tbl,
1205: -- l_rec_nrec_dist_begin_index,
1206: -- l_rec_nrec_dist_end_index,

Line 1279: ZX_TRD_INTERNAL_SERVICES_PVT.calc_variance_factors(

1275: IF g_variance_calc_flag = 'Y' THEN
1276: -- when is tax_variance_calc_flag is 'Y', calculate variance factors for
1277: -- all the tax distributions in global table zx_rec_nrec_dist_gt
1278:
1279: ZX_TRD_INTERNAL_SERVICES_PVT.calc_variance_factors(
1280: x_return_status,
1281: p_error_buffer
1282: );
1283: