DBA Data[Home] [Help]

APPS.HXT_UTIL dependencies on HR_ENTRY

Line 1174: one by calling the hr function hr_entry.maintain_cost_keyflex.

1170: fnd_id_flex_segments tables to build concatenated segments
1171: string using the segment values passed into this function.
1172: Then create a new entry to the pay_cost_allocation_keyflex table
1173: for the Cost Allocation Flexfield or retrieve the id of an existing
1174: one by calling the hr function hr_entry.maintain_cost_keyflex.
1175: ******************************************************************/
1176: FUNCTION build_cost_alloc_flex_entry(i_segment1 IN VARCHAR2,
1177: i_segment2 IN VARCHAR2,
1178: i_segment3 IN VARCHAR2,

Line 1316: --used new procedure hr_entry.maintain_cost_keyflex --2711607

1312: IF l_frozen = 'N' THEN
1313: RAISE cost_flex_not_frozen;
1314: END IF;
1315:
1316: --used new procedure hr_entry.maintain_cost_keyflex --2711607
1317:
1318: io_keyflex_id:=
1319: hr_entry.maintain_cost_keyflex(
1320: p_cost_keyflex_structure => l_id_flex_num,

Line 1319: hr_entry.maintain_cost_keyflex(

1315:
1316: --used new procedure hr_entry.maintain_cost_keyflex --2711607
1317:
1318: io_keyflex_id:=
1319: hr_entry.maintain_cost_keyflex(
1320: p_cost_keyflex_structure => l_id_flex_num,
1321: p_cost_allocation_keyflex_id => -1,
1322: p_concatenated_segments => NULL,
1323: p_summary_flag => 'N',