DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINK_API dependencies on PAY_COST_ALLOCATION_KEYFLEX

Line 985: -- in pay_cost_allocation_keyflex table after successful validation of segment combination

981: ,p_concat_segments_out => p_cost_concat_segments_out
982: );
983:
984: -- Bug 14468848 : Update concatenated_sgements field of the new segment combination in
985: -- in pay_cost_allocation_keyflex table after successful validation of segment combination
986: update pay_cost_allocation_keyflex
987: set concatenated_segments = p_cost_concat_segments_out
988: where cost_allocation_keyflex_id = l_cost_allocation_id;
989: --

Line 986: update pay_cost_allocation_keyflex

982: );
983:
984: -- Bug 14468848 : Update concatenated_sgements field of the new segment combination in
985: -- in pay_cost_allocation_keyflex table after successful validation of segment combination
986: update pay_cost_allocation_keyflex
987: set concatenated_segments = p_cost_concat_segments_out
988: where cost_allocation_keyflex_id = l_cost_allocation_id;
989: --
990: end if;