DBA Data[Home] [Help]

APPS.PN_VARIABLE_TERM_PKG dependencies on PNT_PAYMENT_TERMS_PKG

Line 647: -- as 'Y'to procedure pnt_payment_terms_pkg.insert_row.

643: -- PROCEDURE : create_payment_terms
644: -- Procedure for creation of variable rent payment terms.
645: --
646: -- 31-Jan-02 o Fix for bug# 2208196. Pass value for normalized flag
647: -- as 'Y'to procedure pnt_payment_terms_pkg.insert_row.
648: -- 22-Feb-02 o Added parameter x_calling_form in the call to
649: -- pnt_payment_terms_cpg.
650: -- 28-Jun-02 o Added parameter p_org_id for shared serv.
651: -- Enhancement.

Line 654: -- 14-JUN-04 abanerje o Modified call to pnt_payment_terms_pkg.insert_row

650: -- 28-Jun-02 o Added parameter p_org_id for shared serv.
651: -- Enhancement.
652: -- 18-SEP-02 ftanudja o changed call from fnd_profile.value('PN_SET_OF..')
653: -- to pn_mo_cache_utils.get_profile_value('PN_SET_OF..')
654: -- 14-JUN-04 abanerje o Modified call to pnt_payment_terms_pkg.insert_row
655: -- to populate the term_template_id also. Bug#3657130.
656: -- 15-SEP-04 atuppad o In the call pnt_payment_terms_pkg.insert_row,
657: -- corrected the code to copy the payment DFF into
658: -- payment DFF of new VR term and not in AR Projects DFF

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

652: -- 18-SEP-02 ftanudja o changed call from fnd_profile.value('PN_SET_OF..')
653: -- to pn_mo_cache_utils.get_profile_value('PN_SET_OF..')
654: -- 14-JUN-04 abanerje o Modified call to pnt_payment_terms_pkg.insert_row
655: -- to populate the term_template_id also. Bug#3657130.
656: -- 15-SEP-04 atuppad o In the call pnt_payment_terms_pkg.insert_row,
657: -- corrected the code to copy the payment DFF into
658: -- payment DFF of new VR term and not in AR Projects DFF
659: -- Bug # 3841542
660: -- 21-APR-05 ftanudja o Added area_type_code, area defaulting. #4324777

Line 888: pnt_payment_terms_pkg.insert_row (

884: FOR rec IN currency_code_cur LOOP
885: l_currency_code := rec.currency_code;
886: END LOOP;
887:
888: pnt_payment_terms_pkg.insert_row (
889: x_rowid => l_rowid
890: ,x_payment_term_id => l_payment_term_id
891: ,x_index_period_id => null
892: ,x_index_term_indicator => null

Line 1842: pnt_payment_terms_pkg.insert_row (

1838: pn_variable_amount_pkg.put_log ('pn_variable_term_pkg.create_reversal_terms : (+)');
1839:
1840: FOR payment_term_rec IN payment_term_cur LOOP
1841:
1842: pnt_payment_terms_pkg.insert_row (
1843: x_rowid => l_rowid
1844: ,x_payment_term_id => l_payment_term_id
1845: ,x_index_period_id => payment_term_rec.index_period_id
1846: ,x_index_term_indicator => payment_term_rec.index_term_indicator