DBA Data[Home] [Help]

APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on ZX_TRD_INTERNAL_SERVICES_PVT

Line 584: ZX_TRD_INTERNAL_SERVICES_PVT.cancel_tax_line(

580:
581: -- For cancelled tax line, reverse frozen tax distributions and cancel others.
582: --
583:
584: ZX_TRD_INTERNAL_SERVICES_PVT.cancel_tax_line(
585: l_tax_line_tbl,
586: i,
587: l_rec_nrec_dist_tbl,
588: l_dist_tbl_begin_index,

Line 717: ZX_TRD_INTERNAL_SERVICES_PVT.calc_tax_dist(

713: IF l_action = 'CREATE' or l_action = 'UPDATE' THEN
714:
715: -- get new tax distributions for this tax line and item dist
716:
717: ZX_TRD_INTERNAL_SERVICES_PVT.calc_tax_dist(
718: l_tax_line_tbl,
719: i,
720: 1,
721: l_rec_nrec_dist_tbl,

Line 855: ZX_TRD_INTERNAL_SERVICES_PVT.calc_tax_dist(

851: THEN
852: -- get new tax distributions for this tax line and item dist
853: --
854:
855: ZX_TRD_INTERNAL_SERVICES_PVT.calc_tax_dist(
856: l_tax_line_tbl,
857: i,
858: 1,
859: l_rec_nrec_dist_tbl,

Line 896: ZX_TRD_INTERNAL_SERVICES_PVT.get_rec_nrec_dist_amt(

892: -- calculate recovery/non tax amount
893: --
894:
895: IF trx_line_dist_id_tbl.COUNT > 0 THEN
896: ZX_TRD_INTERNAL_SERVICES_PVT.get_rec_nrec_dist_amt(
897: l_tax_line_tbl,
898: i,
899: l_rec_nrec_dist_tbl,
900: l_dist_tbl_begin_index,

Line 920: ZX_TRD_INTERNAL_SERVICES_PVT.round_rec_nrec_amt(

916: END IF;
917:
918: -- perform rounding
919:
920: ZX_TRD_INTERNAL_SERVICES_PVT.round_rec_nrec_amt(
921: l_rec_nrec_dist_tbl,
922: l_dist_tbl_begin_index,
923: l_rec_nrec_dist_end_index,
924: l_tax_line_tbl(i).tax_amt,

Line 949: -- ZX_TRD_INTERNAL_SERVICES_PVT.create_mrc_tax_dists(

945: -- IF p_event_class_rec.enable_mrc_flag = 'Y' THEN
946: -- -- create MRC tax distributions
947: -- --
948: --
949: -- ZX_TRD_INTERNAL_SERVICES_PVT.create_mrc_tax_dists(
950: -- p_event_class_rec,
951: -- l_rec_nrec_dist_tbl,
952: -- l_dist_tbl_begin_index,
953: -- l_rec_nrec_dist_end_index,

Line 1200: ZX_TRD_INTERNAL_SERVICES_PVT.ROUND_REC_NREC_AMT(

1196: -- and the unrounded rec/non-rec tax distribution amount has already been calculated.
1197: -- perform rounding
1198:
1199: IF l_rec_nrec_dist_end_index >= l_rec_nrec_dist_begin_index THEN
1200: ZX_TRD_INTERNAL_SERVICES_PVT.ROUND_REC_NREC_AMT(
1201: l_rec_nrec_dist_tbl,
1202: l_rec_nrec_dist_begin_index,
1203: l_rec_nrec_dist_end_index,
1204: l_tax_line_amt,

Line 1237: -- ZX_TRD_INTERNAL_SERVICES_PVT.create_mrc_tax_dists(

1233: -- 'ZX.PLSQL.ZX_TRD_SERVICES_PUB_PKG.OVERRIDE_RECOVERY',
1234: -- 'create MRC tax distributions' );
1235: -- END IF;
1236: --
1237: -- ZX_TRD_INTERNAL_SERVICES_PVT.create_mrc_tax_dists(
1238: -- p_event_class_rec,
1239: -- l_rec_nrec_dist_tbl,
1240: -- l_rec_nrec_dist_begin_index,
1241: -- l_rec_nrec_dist_end_index,

Line 1314: ZX_TRD_INTERNAL_SERVICES_PVT.calc_variance_factors(

1310: IF g_variance_calc_flag = 'Y' THEN
1311: -- when is tax_variance_calc_flag is 'Y', calculate variance factors for
1312: -- all the tax distributions in global table zx_rec_nrec_dist_gt
1313:
1314: ZX_TRD_INTERNAL_SERVICES_PVT.calc_variance_factors(
1315: x_return_status,
1316: p_error_buffer
1317: );
1318: