DBA Data[Home] [Help]

APPS.PAY_CA_USER_INIT_EARN dependencies on PAY_DEFINED_BALANCES

Line 126: pay_defined_balances

122: set process mode.
123: 05-AUG-2003 ssouresr 115.28 Saving run balances for _GRE_RUN
124: _GRE_JD_RUN, _ASG_GRE_RUN and
125: _ASG_JD_GRE_RUN on
126: pay_defined_balances
127: 05-AUG-2003 ssouresr 115.29 Removed _GRE_RUN and _GRE_JD_RUN from previous change as these
128: dimensions are not required for
129: saving nonseeded balances
130:

Line 900: UPDATE pay_defined_balances

896: FOR dim IN get_asg_jd_gre_run_dim_id LOOP
897: l_asg_jd_gre_run_dim_id := dim.balance_dimension_id;
898: END LOOP;
899:
900: UPDATE pay_defined_balances
901: SET save_run_balance = 'Y'
902: WHERE balance_type_id = l_pri_bal_id
903: AND balance_dimension_id IN
904: (l_asg_gre_run_dim_id,