DBA Data[Home] [Help]

APPS.PN_REC_CALC_PKG dependencies on PNT_PAYMENT_TERMS_PKG

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

3976: | in the cursor
3977: | csr_distributions,csr_template and csr_lease_term
3978: | 04-Sep-03 Daniel o assigned l_rec_agr_line_id with p_rec_agr_line_id
3979: | Fix for bug # 3123730,3122264
3980: | 16-JUN-04 abanerje o Modified call to pnt_payment_terms_pkg.insert_row
3981: | to pass term_template_id. Bug 3657130.
3982: | 15-SEP-04 atuppad o In the call pnt_payment_terms_pkg.insert_row,
3983: | corrected the code to copy the payment DFF into
3984: | payment DFF of new IR term and not in AR Projects

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

3978: | 04-Sep-03 Daniel o assigned l_rec_agr_line_id with p_rec_agr_line_id
3979: | Fix for bug # 3123730,3122264
3980: | 16-JUN-04 abanerje o Modified call to pnt_payment_terms_pkg.insert_row
3981: | to pass term_template_id. Bug 3657130.
3982: | 15-SEP-04 atuppad o In the call pnt_payment_terms_pkg.insert_row,
3983: | corrected the code to copy the payment DFF into
3984: | payment DFF of new IR term and not in AR Projects
3985: | DFF. Bug # 3841542
3986: | 21-APR-05 ftanudja o Added area_type_code, area defaulting. #4324777

Line 4370: pnt_payment_terms_pkg.insert_row (

4366: END IF;
4367:
4368: l_context := 'Creating payment term ';
4369:
4370: pnt_payment_terms_pkg.insert_row (
4371: x_rowid => l_rowid
4372: ,x_payment_term_id => l_payment_term_id
4373: ,x_index_period_id => null
4374: ,x_index_term_indicator => null