DBA Data[Home] [Help]

APPS.HR_ENTRY dependencies on FND_FLEX_KEYVAL

Line 5898: if fnd_flex_keyval.validate_segs

5894: end;
5895:
5896: if (v_cal_cost_segs = 'Y') then
5897: --
5898: if fnd_flex_keyval.validate_segs
5899: (operation => 'CHECK_SEGMENTS'
5900: ,appl_short_name => 'PAY'
5901: ,key_flex_code => 'COST'
5902: ,structure_number => p_cost_keyflex_structure

Line 5916: FND_FLEX_KEYVAL.encoded_error_message);

5912: --
5913: -- Handle error raised to create a nice error message!
5914: --
5915: hr_message.parse_encoded(p_encoded_error =>
5916: FND_FLEX_KEYVAL.encoded_error_message);
5917: fnd_message.raise_error;
5918: else
5919: if g_debug then
5920: hr_utility.set_location('hr_entry.maintain_cost_keyflex', 28);