DBA Data[Home] [Help]

APPS.PAY_RETRO_STATUS_LOAD_API dependencies on PAY_RETRO_COMPONENTS

Line 234: from pay_retro_components

230: if p_component_name is not null then
231: begin
232: select
233: retro_component_id into l_retro_component_id
234: from pay_retro_components
235: where
236: component_name = p_component_name
237: and nvl(legislation_code, l_leg_code) = l_leg_code;
238: exception