DBA Data[Home] [Help]

APPS.PQP_NL_ABP_TEMPLATE dependencies on PAY_RETRO_COMPONENT_USAGES_S

Line 374: select pay_retro_component_usages_s.nextval

370: where retro_component_id = l_comp_id
371: and creator_id = l_creator_id
372: and creator_type = p_creator_type;
373: exception when no_data_found then
374: select pay_retro_component_usages_s.nextval
375: into l_rc_usage_id
376: from dual;
377: --
378: