DBA Data[Home] [Help]

APPS.HXC_CREATE_FLEX_MAPPINGS dependencies on HR_UTILITY

Line 1332: hr_utility.set_message(809,'HXC_DFF_SYSTEM_CONTEXT');

1328: l_sequence_code := p_context_prefix || 'C - ' || l_sequence_no;
1329: END IF;
1330: CLOSE get_max_sequence;
1331: end if;
1332: hr_utility.set_message(809,'HXC_DFF_SYSTEM_CONTEXT');
1333:
1334:
1335: -- Description of the messages needs to be
1336: --'System context, do not modify.Context Name.

Line 1341: l_message := hr_utility.get_message;

1337: --Description'. So keeping in view to avoid
1338: --translation problems, a message is created
1339: --with the above name and the text as 'System
1340: --context, do not modify''
1341: l_message := hr_utility.get_message;
1342: -- Creates the context
1343: fnd_flex_dsc_api.create_context
1344: (appl_short_name=> p_otc_appl_short_name,
1345: flexfield_name=> p_otc_flex_name,

Line 1600: hr_utility.set_message (809, 'HXC_GEN_FLEX_MOD_ALT_WAR_MSG');

1596: BEGIN
1597:
1598: /* Bug fix for 3353252
1599: Initialize the string for the warning messages which will be printed if there is any duplication in the alternate names*/
1600: hr_utility.set_message (809, 'HXC_GEN_FLEX_MOD_ALT_WAR_MSG');
1601: l_name:=HR_UTILITY.GET_MESSAGE;
1602: /* end of fix for 3353252*/
1603:
1604: --

Line 1601: l_name:=HR_UTILITY.GET_MESSAGE;

1597:
1598: /* Bug fix for 3353252
1599: Initialize the string for the warning messages which will be printed if there is any duplication in the alternate names*/
1600: hr_utility.set_message (809, 'HXC_GEN_FLEX_MOD_ALT_WAR_MSG');
1601: l_name:=HR_UTILITY.GET_MESSAGE;
1602: /* end of fix for 3353252*/
1603:
1604: --
1605: -- Convert the entered date into real date format

Line 1721: hr_utility.set_message(809,'HXC_SEED_ALT_NOT_FOUND');

1717: -- change parameters to create_alias_definitions
1718: open c_alias_type(l_an_context);
1719: fetch c_alias_type into l_alias_type_id;
1720: if (l_alias_type_id is null) then
1721: hr_utility.set_message(809,'HXC_SEED_ALT_NOT_FOUND');
1722: hr_utility.raise_error;
1723: end if;
1724: close c_alias_type;
1725:

Line 1722: hr_utility.raise_error;

1718: open c_alias_type(l_an_context);
1719: fetch c_alias_type into l_alias_type_id;
1720: if (l_alias_type_id is null) then
1721: hr_utility.set_message(809,'HXC_SEED_ALT_NOT_FOUND');
1722: hr_utility.raise_error;
1723: end if;
1724: close c_alias_type;
1725:
1726: open c_prompt(l_an_context);