DBA Data[Home] [Help]

APPS.HXT_UTIL dependencies on HR_ENTRY

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

1151: fnd_id_flex_segments tables to build concatenated segments
1152: string using the segment values passed into this function.
1153: Then create a new entry to the pay_cost_allocation_keyflex table
1154: for the Cost Allocation Flexfield or retrieve the id of an existing
1155: one by calling the hr function hr_entry.maintain_cost_keyflex.
1156: ******************************************************************/
1157: FUNCTION build_cost_alloc_flex_entry(i_segment1 IN VARCHAR2,
1158: i_segment2 IN VARCHAR2,
1159: i_segment3 IN VARCHAR2,

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

1293: IF l_frozen = 'N' THEN
1294: RAISE cost_flex_not_frozen;
1295: END IF;
1296:
1297: --used new procedure hr_entry.maintain_cost_keyflex --2711607
1298:
1299: io_keyflex_id:=
1300: hr_entry.maintain_cost_keyflex(
1301: p_cost_keyflex_structure => l_id_flex_num,

Line 1300: hr_entry.maintain_cost_keyflex(

1296:
1297: --used new procedure hr_entry.maintain_cost_keyflex --2711607
1298:
1299: io_keyflex_id:=
1300: hr_entry.maintain_cost_keyflex(
1301: p_cost_keyflex_structure => l_id_flex_num,
1302: p_cost_allocation_keyflex_id => -1,
1303: p_concatenated_segments => NULL,
1304: p_summary_flag => 'N',