DBA Data[Home] [Help]

APPS.PN_REC_CALC_PKG dependencies on PNT_PAYMENT_TERMS_PKG

Line 4065: | 16-JUN-04 abanerje o Modified call to pnt_payment_terms_pkg.insert_row

4061: | in the cursor
4062: | csr_distributions,csr_template and csr_lease_term
4063: | 04-Sep-03 Daniel o assigned l_rec_agr_line_id with p_rec_agr_line_id
4064: | Fix for bug # 3123730,3122264
4065: | 16-JUN-04 abanerje o Modified call to pnt_payment_terms_pkg.insert_row
4066: | to pass term_template_id. Bug 3657130.
4067: | 15-SEP-04 atuppad o In the call pnt_payment_terms_pkg.insert_row,
4068: | corrected the code to copy the payment DFF into
4069: | payment DFF of new IR term and not in AR Projects

Line 4067: | 15-SEP-04 atuppad o In the call pnt_payment_terms_pkg.insert_row,

4063: | 04-Sep-03 Daniel o assigned l_rec_agr_line_id with p_rec_agr_line_id
4064: | Fix for bug # 3123730,3122264
4065: | 16-JUN-04 abanerje o Modified call to pnt_payment_terms_pkg.insert_row
4066: | to pass term_template_id. Bug 3657130.
4067: | 15-SEP-04 atuppad o In the call pnt_payment_terms_pkg.insert_row,
4068: | corrected the code to copy the payment DFF into
4069: | payment DFF of new IR term and not in AR Projects
4070: | DFF. Bug # 3841542
4071: | 21-APR-05 ftanudja o Added area_type_code, area defaulting. #4324777

Line 4455: pnt_payment_terms_pkg.insert_row (

4451: END IF;
4452:
4453: l_context := 'Creating payment term ';
4454:
4455: pnt_payment_terms_pkg.insert_row (
4456: x_rowid => l_rowid
4457: ,x_payment_term_id => l_payment_term_id
4458: ,x_index_period_id => null
4459: ,x_index_term_indicator => null