DBA Data[Home] [Help]

APPS.PQP_NL_ABP_TEMPLATE dependencies on PAY_ELEMENT_SPAN_USAGES_S

Line 443: select pay_element_span_usages_s.nextval

439: where time_span_id = l_time_span_id
440: and retro_component_usage_id = l_rc_usage_id
441: and adjustment_type is null;
442: exception when no_data_found then
443: select pay_element_span_usages_s.nextval
444: into l_es_usage_id
445: from dual;
446:
447: