DBA Data[Home] [Help]

APPS.PAY_CA_USER_INIT_DEDN dependencies on PAY_DEFINED_BALANCES

Line 68: _ASG_JD_GRE_RUN on pay_defined_balances

64: deduction elements which has tax proc
65: type is 'Regular'.
66: 05-AUG-2003 ssouresr 115.13 Saving run balances for _GRE_RUN
67: _GRE_JD_RUN, _ASG_GRE_RUN and
68: _ASG_JD_GRE_RUN on pay_defined_balances
69: 05-AUG-2003 ssouresr 115.14 Removed _GRE_RUN and _GRE_JD_RUN from
70: previous change as these dimensions are
71: not required for saving nonseeded
72: balances

Line 617: UPDATE pay_defined_balances

613: FOR dim IN get_asg_jd_gre_run_dim_id LOOP
614: l_asg_jd_gre_run_dim_id := dim.balance_dimension_id;
615: END LOOP;
616:
617: UPDATE pay_defined_balances
618: SET save_run_balance = 'Y'
619: WHERE balance_type_id = l_pri_bal_id
620: AND balance_dimension_id IN
621: (l_asg_gre_run_dim_id,

Line 1196: UPDATE pay_defined_balances

1192: FOR dim IN get_asg_jd_gre_run_dim_id LOOP
1193: l_asg_jd_gre_run_dim_id := dim.balance_dimension_id;
1194: END LOOP;
1195:
1196: UPDATE pay_defined_balances
1197: SET save_run_balance = 'Y'
1198: WHERE balance_type_id IN
1199: (l_pri_bal_id,
1200: l_fees_bal_id)