DBA Data[Home] [Help]

APPS.HR_COST dependencies on PAY_ACTION_PARAMETERS

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

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

Line 215: from pay_action_parameters

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

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

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

Line 262: from pay_action_parameters

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