DBA Data[Home] [Help]

APPS.PSB_POSITION_CONTROL_PVT dependencies on HR_ENTRY

Line 9789: -- Hr_Entry.Maintain_Cost_Keyflex().

9785: -- If the Cost Allocation KFF is not available then we have to
9786: -- create it. The PL/SQL table (g_map_tab) is populated with
9787: -- the segment values so that the call to Get_Segment_Val()
9788: -- returns the appropriate value which is used to call
9789: -- Hr_Entry.Maintain_Cost_Keyflex().
9790:
9791: l_dummy := fnd_flex_ext.get_segments( application_short_name => 'SQLGL',
9792: key_flex_code => 'GL#',
9793: structure_number => p_gl_flex_code,

Line 9824: l_cost_flex_id := hr_entry.maintain_cost_keyflex(

9820: end loop;
9821:
9822: -- Fix for Bug: 3365072 - ... End
9823:
9824: l_cost_flex_id := hr_entry.maintain_cost_keyflex(
9825: p_cost_keyflex_structure => p_id_flex_num,
9826: p_cost_allocation_keyflex_id => -1,
9827: p_concatenated_segments => null,
9828: p_summary_flag => 'N',