DBA Data[Home] [Help]

APPS.PN_VAR_CHG_CAL_PKG dependencies on PN_VAR_CHG_CAL_PKG

Line 1: package body PN_VAR_CHG_CAL_PKG as

1: package body PN_VAR_CHG_CAL_PKG as
2: -- $Header: PNCHCALB.pls 120.0 2007/10/03 14:24:39 rthumma noship $
3:
4: /*===========================================================================+
5: | PROCEDURE COPY_PARENT_CONSTRAINTS

Line 947: PNP_DEBUG_PKG.log('PN_VAR_CHG_CAL_PKG.populate_transactions (+)');

943:
944: BEGIN
945:
946: --pnp_debug_pkg.enable_file_debug(l_pathname,l_filename);
947: PNP_DEBUG_PKG.log('PN_VAR_CHG_CAL_PKG.populate_transactions (+)');
948: PNP_DEBUG_PKG.log(' Parameters :');
949: pNP_DEBUG_PKG.log(' p_var_rent_id = '|| p_var_rent_id);
950: pNP_DEBUG_PKG.log(' p_period_id = '|| p_period_id);
951: pnp_debug_pkg.log(' Call pn_var_rent_pkg.get_proration_rule');

Line 952: PNP_DEBUG_PKG.DEBUG('PN_VAR_CHG_CAL_PKG.populate_transactions (+)');

948: PNP_DEBUG_PKG.log(' Parameters :');
949: pNP_DEBUG_PKG.log(' p_var_rent_id = '|| p_var_rent_id);
950: pNP_DEBUG_PKG.log(' p_period_id = '|| p_period_id);
951: pnp_debug_pkg.log(' Call pn_var_rent_pkg.get_proration_rule');
952: PNP_DEBUG_PKG.DEBUG('PN_VAR_CHG_CAL_PKG.populate_transactions (+)');
953: PNP_DEBUG_PKG.DEBUG('Parameters :');
954: pNP_DEBUG_PKG.DEBUG('p_var_rent_id = '|| p_var_rent_id);
955: pNP_DEBUG_PKG.DEBUG('p_period_id = '|| p_period_id);
956: pnp_debug_pkg.debug('Call pn_var_rent_pkg.get_proration_rule');

Line 1787: PNP_DEBUG_PKG.log('PN_VAR_CHG_CAL_PKG.populate_transactions (-)');

1783:
1784: COMMIT;
1785:
1786: pnp_debug_pkg.debug('End of Populate_Transactions');
1787: PNP_DEBUG_PKG.log('PN_VAR_CHG_CAL_PKG.populate_transactions (-)');
1788: --pnp_debug_pkg.disable_file_debug;
1789: EXCEPTION
1790: When OTHERS THEN
1791: /* dbms_output.put_line(' Error While Running Populate Transactions:' || SQLERRM); */

Line 3347: pn_var_chg_cal_pkg.copy_line_defaults (

3343: dbms_output.put_line('l_old_var_rent_id = '|| l_old_var_rent_id); */
3344: IF l_line_exists > 0 THEN
3345: /* dbms_output.put_line('copy_line_defaults'); */
3346:
3347: pn_var_chg_cal_pkg.copy_line_defaults (
3348: p_old_var_rent_id=> l_old_var_rent_id,
3349: p_new_var_rent_id => p_var_rent_id,
3350: p_effective_date => p_effective_date);
3351:

Line 3355: pn_var_chg_cal_pkg.copy_parent_lines (

3351:
3352: pn_var_defaults_pkg.create_default_lines (
3353: x_var_rent_id => p_var_rent_id);
3354: ELSE
3355: pn_var_chg_cal_pkg.copy_parent_lines (
3356: x_var_rent_id => p_var_rent_id,
3357: x_chg_var_rent_id => l_old_var_rent_id);
3358:
3359:

Line 3366: pn_var_chg_cal_pkg.copy_constr_defaults (

3362:
3363: l_constr_exists := pn_var_defaults_pkg.find_if_constr_defaults_exist (
3364: p_var_rent_id => l_old_var_rent_Id) ;
3365: IF l_constr_exists > 0 THEN
3366: pn_var_chg_cal_pkg.copy_constr_defaults (
3367: p_old_var_rent_id => p_var_rent_id ,
3368: p_new_var_rent_id => l_old_var_rent_id,
3369: p_effective_date => p_effective_date);
3370:

Line 3375: pn_var_chg_cal_pkg.copy_parent_volhist (

3371: pn_var_defaults_pkg.create_default_constraints (
3372: x_var_rent_id => p_var_rent_id);
3373: END IF;
3374:
3375: pn_var_chg_cal_pkg.copy_parent_volhist (
3376: x_var_rent_id => p_var_rent_id ,
3377: x_chg_var_rent_id => l_old_var_rent_id);
3378:
3379: pn_var_chg_cal_pkg.populate_transactions (

Line 3379: pn_var_chg_cal_pkg.populate_transactions (

3375: pn_var_chg_cal_pkg.copy_parent_volhist (
3376: x_var_rent_id => p_var_rent_id ,
3377: x_chg_var_rent_id => l_old_var_rent_id);
3378:
3379: pn_var_chg_cal_pkg.populate_transactions (
3380: p_var_rent_id => p_var_rent_id);
3381:
3382:
3383: create_credit_invoice ( p_var_rent_id => p_var_rent_id,

Line 3901: end PN_VAR_CHG_CAL_PKG;

3897: END;
3898:
3899:
3900:
3901: end PN_VAR_CHG_CAL_PKG;