DBA Data[Home] [Help]

APPS.PAY_PPMV4_UTILS_SS dependencies on HR_UTILITY

Line 14: hr_utility.set_location(p_proc || ':' || p_stage, p_location);

10: -------------------------------< seterror >--------------------------------
11: procedure seterrorstage
12: (p_proc in varchar2, p_stage in varchar2, p_location in number) is
13: begin
14: hr_utility.set_location(p_proc || ':' || p_stage, p_location);
15: end seterrorstage;
16: -----------------------------< add_tx_row >-------------------------
17: --
18: -- {Start Of Comments}

Line 1450: hr_utility.set_message

1446: end if;
1447: --
1448: -- Display a fatal error.
1449: --
1450: hr_utility.set_message
1451: (applid => 800
1452: ,l_message_name => 'PAY_52631_PPMSS_OPTION_ERROR'
1453: );
1454: hr_utility.set_message_token

Line 1454: hr_utility.set_message_token

1450: hr_utility.set_message
1451: (applid => 800
1452: ,l_message_name => 'PAY_52631_PPMSS_OPTION_ERROR'
1453: );
1454: hr_utility.set_message_token
1455: (l_token_name => 'OPTION'
1456: ,l_token_value => p_option
1457: );
1458: hr_utility.raise_error;

Line 1458: hr_utility.raise_error;

1454: hr_utility.set_message_token
1455: (l_token_name => 'OPTION'
1456: ,l_token_value => p_option
1457: );
1458: hr_utility.raise_error;
1459: exception
1460: when others then
1461: raise;
1462: end read_wf_config_option;