DBA Data[Home] [Help]

APPS.PN_VARIABLE_TERM_PKG dependencies on PNT_PAYMENT_TERMS_PKG

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

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

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

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

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

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

Line 884: pnt_payment_terms_pkg.insert_row (

880: FOR rec IN currency_code_cur LOOP
881: l_currency_code := rec.currency_code;
882: END LOOP;
883:
884: pnt_payment_terms_pkg.insert_row (
885: x_rowid => l_rowid
886: ,x_payment_term_id => l_payment_term_id
887: ,x_index_period_id => null
888: ,x_index_term_indicator => null

Line 1838: pnt_payment_terms_pkg.insert_row (

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