DBA Data[Home] [Help]

APPS.HR_COST dependencies on PAY_ACTION_PARAMETERS

Line 210: l_cost_date_paid pay_action_parameters.parameter_value%TYPE := 'Y';

206: * on start date so as to cost them against
207: * the right organization in case of org change
208: */
209: DECLARE
210: l_cost_date_paid pay_action_parameters.parameter_value%TYPE := 'Y';
211: BEGIN
212: select parameter_value
213: into l_cost_date_paid
214: from pay_action_parameters

Line 214: from pay_action_parameters

210: l_cost_date_paid pay_action_parameters.parameter_value%TYPE := 'Y';
211: BEGIN
212: select parameter_value
213: into l_cost_date_paid
214: from pay_action_parameters
215: where parameter_name = 'COST_DATE_PAID';
216:
217: if l_cost_date_paid is not null and l_cost_date_paid = 'N' then
218:

Line 257: l_cost_date_paid pay_action_parameters.parameter_value%TYPE := 'Y';

253: * on start date so as to cost them against
254: * the right organization in case of org change
255: */
256: DECLARE
257: l_cost_date_paid pay_action_parameters.parameter_value%TYPE := 'Y';
258: BEGIN
259: select parameter_value
260: into l_cost_date_paid
261: from pay_action_parameters

Line 261: from pay_action_parameters

257: l_cost_date_paid pay_action_parameters.parameter_value%TYPE := 'Y';
258: BEGIN
259: select parameter_value
260: into l_cost_date_paid
261: from pay_action_parameters
262: where parameter_name = 'COST_DATE_PAID';
263:
264: if l_cost_date_paid is not null and l_cost_date_paid = 'N' then
265: