DBA Data[Home] [Help]

APPS.JAI_AP_TDS_PREPAYMENTS_PKG dependencies on JAI_GENERAL_PKG

Line 278: p_codepath := jai_general_pkg.plot_codepath(1, p_codepath, 'jai_ap_tds_prepayemnts_pkg.process_prepayment', 'START'); /* 1 */

274: ln_prepay_apply_trx_id number;
275: /*Bug 5751783 - End*/
276: begin
277:
278: p_codepath := jai_general_pkg.plot_codepath(1, p_codepath, 'jai_ap_tds_prepayemnts_pkg.process_prepayment', 'START'); /* 1 */
279: jai_cmn_utils_pkg.write_fnd_log_msg('jai_ap_tds_prepayments_pkg', '============jai_ap_tds_prepayemnts_pkg.process_prepayment=======');
280: jai_cmn_utils_pkg.write_fnd_log_msg('jai_ap_tds_prepayments_pkg', 'p_invoice_id'||p_invoice_id ||'p_invoice_distribution_id :'||p_invoice_distribution_id );
281: jai_cmn_utils_pkg.write_fnd_log_msg('jai_ap_tds_prepayments_pkg','p_prepay_distribution_id: '||p_prepay_distribution_id ||'p_parent_reversal_id: '||p_parent_reversal_id);
282: jai_cmn_utils_pkg.write_fnd_log_msg('jai_ap_tds_prepayments_pkg', 'p_prepay_amount: '||p_prepay_amount);

Line 399: p_codepath := jai_general_pkg.plot_codepath(100, p_codepath, null, 'END'); /* 100 */

395: end if;
396:
397:
398: << exit_from_procedure >>
399: p_codepath := jai_general_pkg.plot_codepath(100, p_codepath, null, 'END'); /* 100 */
400: return;
401:
402: exception
403: when others then

Line 576: p_codepath := jai_general_pkg.plot_codepath(1, p_codepath, 'jai_ap_tds_prepayemnts_pkg.process_unapply', 'START'); /* 1 */

572: ln_inv_dist_id_apply ap_invoice_distributions_all.invoice_distribution_id%TYPE ;
573:
574:
575: begin
576: p_codepath := jai_general_pkg.plot_codepath(1, p_codepath, 'jai_ap_tds_prepayemnts_pkg.process_unapply', 'START'); /* 1 */
577:
578: open c_gl_sets_of_books(p_set_of_books_id);
579: fetch c_gl_sets_of_books into r_gl_sets_of_books;
580: close c_gl_sets_of_books;

Line 584: p_codepath := jai_general_pkg.plot_codepath(2, p_codepath); /* 2 */

580: close c_gl_sets_of_books;
581:
582: if r_gl_sets_of_books.currency_code <> p_invoice_currency_code then
583: /* Foreign currency invoice */
584: p_codepath := jai_general_pkg.plot_codepath(2, p_codepath); /* 2 */
585: ln_exchange_rate := p_exchange_rate;
586: end if;
587:
588: ln_exchange_rate := nvl(ln_exchange_rate, 1);

Line 982: p_codepath := jai_general_pkg.plot_codepath(100, p_codepath, null, 'END'); /* 100 */

978:
979: end if;
980:
981: << exit_from_procedure >>
982: p_codepath := jai_general_pkg.plot_codepath(100, p_codepath, null, 'END'); /* 100 */
983: return;
984:
985: exception
986: when others then

Line 1039: p_codepath := jai_general_pkg.plot_codepath(1, p_codepath, 'jai_ap_tds_prepayemnts_pkg.allocate_prepayment', 'START'); /* 1 */

1035: lv_reversal_flag varchar2(1); /*Bug 8431516*/
1036:
1037: begin
1038:
1039: p_codepath := jai_general_pkg.plot_codepath(1, p_codepath, 'jai_ap_tds_prepayemnts_pkg.allocate_prepayment', 'START'); /* 1 */
1040: jai_cmn_utils_pkg.write_fnd_log_msg('jai_ap_tds_prepayments_pkg', '=============jai_ap_tds_prepayemnts_pkg.allocate_prepayment=============');
1041: jai_cmn_utils_pkg.write_fnd_log_msg('jai_ap_tds_prepayments_pkg', 'p_invoice_id:'||p_invoice_id );
1042: jai_cmn_utils_pkg.write_fnd_log_msg('jai_ap_tds_prepayments_pkg', 'p_invoice_distribution_id:'||p_invoice_distribution_id );
1043: ln_remaining_prepayment_amount := abs(p_prepay_amount); /* Apply amount is negative */

Line 1123: p_codepath := jai_general_pkg.plot_codepath(100, p_codepath, null, 'END'); /* 100 */

1119: end loop; /* cur_si_distributions_rec in c_jai_ap_tds_inv_taxes */
1120:
1121:
1122: << exit_from_procedure >>
1123: p_codepath := jai_general_pkg.plot_codepath(100, p_codepath, null, 'END'); /* 100 */
1124: return;
1125:
1126: exception
1127: when others then

Line 1216: p_codepath := jai_general_pkg.plot_codepath(1, p_codepath, 'jai_ap_tds_prepayemnts_pkg.populate_section_tax', 'START'); /* 1 */

1212:
1213:
1214: begin
1215:
1216: p_codepath := jai_general_pkg.plot_codepath(1, p_codepath, 'jai_ap_tds_prepayemnts_pkg.populate_section_tax', 'START'); /* 1 */
1217:
1218: get_prepay_invoice_id(p_prepay_distribution_id,pre_pay_inv_id); -- Added by Jia for FP bug6929483
1219: jai_cmn_utils_pkg.write_fnd_log_msg('jai_ap_tds_prepayments_pkg','==========jai_ap_tds_prepayemnts_pkg.populate_section_tax===========');
1220: jai_cmn_utils_pkg.write_fnd_log_msg('jai_ap_tds_prepayments_pkg',' pre_pay_inv_id: '||pre_pay_inv_id);

Line 1356: p_codepath := jai_general_pkg.plot_codepath(100, p_codepath, null, 'END'); /* 100 */

1352: end loop; /* cur_rec_pp_allocations */
1353:
1354:
1355: << exit_from_procedure >>
1356: p_codepath := jai_general_pkg.plot_codepath(100, p_codepath, null, 'END'); /* 100 */
1357: return;
1358:
1359: exception
1360: when others then

Line 1627: p_codepath := jai_general_pkg.plot_codepath(1, p_codepath, 'jai_ap_tds_prepayemnts_pkg.process_tds_invoices', 'START'); /* 1 */

1623:
1624:
1625: begin
1626:
1627: p_codepath := jai_general_pkg.plot_codepath(1, p_codepath, 'jai_ap_tds_prepayemnts_pkg.process_tds_invoices', 'START'); /* 1 */
1628: jai_cmn_utils_pkg.write_fnd_log_msg('jai_ap_tds_prepayments_pkg', '=============jai_ap_tds_prepayemnts_pkg.process_tds_invoices=============');
1629: jai_cmn_utils_pkg.write_fnd_log_msg('jai_ap_tds_prepayments_pkg',' p_invoice_id :'||p_invoice_id);
1630: jai_cmn_utils_pkg.write_fnd_log_msg('jai_ap_tds_prepayments_pkg',' p_invoice_distribution_id :'||p_invoice_distribution_id);
1631: jai_cmn_utils_pkg.write_fnd_log_msg('jai_ap_tds_prepayments_pkg',' p_prepay_distribution_id :'||p_prepay_distribution_id);

Line 1641: p_codepath := jai_general_pkg.plot_codepath(6.1, p_codepath); /* 6.1 */

1637: close c_gl_sets_of_books;
1638:
1639: if r_gl_sets_of_books.currency_code <> p_invoice_currency_code then
1640: /* Foreign currency invoice */
1641: p_codepath := jai_general_pkg.plot_codepath(6.1, p_codepath); /* 6.1 */
1642: ln_exchange_rate := p_exchange_rate;
1643: end if;
1644:
1645: ln_exchange_rate := nvl(ln_exchange_rate, 1);

Line 2342: p_codepath := jai_general_pkg.plot_codepath(100, p_codepath, null, 'END'); /* 100 */

2338:
2339: end if;
2340:
2341: << exit_from_procedure >>
2342: p_codepath := jai_general_pkg.plot_codepath(100, p_codepath, null, 'END'); /* 100 */
2343: return;
2344:
2345: exception
2346: when others then