DBA Data[Home] [Help]

APPS.PAY_RETRO_STATUS_LOAD dependencies on PAY_RETRO_COMPONENTS

Line 219: from pay_retro_components

215: if p_component_name is not null then
216: begin
217: select
218: retro_component_id into l_retro_component_id
219: from pay_retro_components
220: where
221: component_name = p_component_name
222: and nvl(legislation_code, l_leg_code) = l_leg_code;
223: exception