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 614: UPDATE pay_defined_balances

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

Line 1193: UPDATE pay_defined_balances

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