DBA Data[Home] [Help]

APPS.PAY_COST_ALLOCATION_API dependencies on PAY_ACTION_PARAMETERS

Line 274: from pay_action_parameters

270: --
271: begin
272: select parameter_value
273: into v_cal_cost_segs
274: from pay_action_parameters
275: where parameter_name = 'COST_VAL_SEGS';
276: exception
277: when others then
278: v_cal_cost_segs := 'N';