DBA Data[Home] [Help]

APPS.HXC_APPROVAL_REPORT_PKG dependencies on PAY_COST_ALLOCATION_KEYFLEX

Line 306: from pay_cost_allocation_keyflex

302: where person_id = p_person_id;
303:
304: if (l_flex_id is not null) then
305: select CONCATENATED_SEGMENTS into l_cost_center
306: from pay_cost_allocation_keyflex
307: where cost_allocation_keyflex_id = l_flex_id ;
308: end if;
309: end if;
310: