DBA Data[Home] [Help]

APPS.PAY_COST_ALLOCATION_API dependencies on HR_ENTRY

Line 485: -- bug no. 3829293. Use hr_entry.maintain_cost_flexfield instead of

481: fnd_message.raise_error;
482: end if;
483: close csr_cost_structure;
484: --
485: -- bug no. 3829293. Use hr_entry.maintain_cost_flexfield instead of
486: -- below procedure
487: /*
488: --
489: -- Determine the cost allocation definition by calling ins_or_sel

Line 554: hr_entry.maintain_cost_keyflex(

550:
551: -- insert flexfield segment
552: --
553: l_cost_allocation_keyflex_id :=
554: hr_entry.maintain_cost_keyflex(
555: p_cost_keyflex_structure => l_flex_num,
556: p_cost_allocation_keyflex_id => nvl(p_cost_allocation_keyflex_id,l_cost_allocation_keyflex_id),
557: p_concatenated_segments => p_concat_segments,
558: p_summary_flag =>'N',

Line 998: /* bug no. 3829293. call hr_entry.maintain_cost_flexfield

994: fnd_message.raise_error;
995: end if;
996: close csr_cost_structure;
997: --
998: /* bug no. 3829293. call hr_entry.maintain_cost_flexfield
999: -- instead of above procedure
1000: --
1001: -- Determine the cost allocation definition by calling upd_or_sel
1002: --

Line 1083: hr_entry.maintain_cost_keyflex(

1079: hr_utility.set_location('l_concat_segments:'|| l_concat_segments, 10);
1080:
1081:
1082: l_cost_allocation_keyflex_id :=
1083: hr_entry.maintain_cost_keyflex(
1084: p_cost_keyflex_structure => l_flex_num,
1085: p_cost_allocation_keyflex_id => nvl(p_cost_allocation_keyflex_id,l_cost_allocation_keyflex_id),
1086: p_concatenated_segments => l_concat_segments,
1087: p_summary_flag =>'N',