DBA Data[Home] [Help]

APPS.FF_FUNCTION_PARAMETERS_BK1 dependencies on HR_UTILITY

Line 17: hr_utility.set_location('Entering: FF_FUNCTION_PARAMETERS_BK1.CREATE_PARAMETER_A', 10);

13: ,P_SEQUENCE_NUMBER in NUMBER
14: ,P_OBJECT_VERSION_NUMBER in NUMBER
15: )is
16: begin
17: hr_utility.set_location('Entering: FF_FUNCTION_PARAMETERS_BK1.CREATE_PARAMETER_A', 10);
18: hr_utility.set_location(' Leaving: FF_FUNCTION_PARAMETERS_BK1.CREATE_PARAMETER_A', 20);
19: end CREATE_PARAMETER_A;
20: procedure CREATE_PARAMETER_B
21: (P_EFFECTIVE_DATE in DATE

Line 18: hr_utility.set_location(' Leaving: FF_FUNCTION_PARAMETERS_BK1.CREATE_PARAMETER_A', 20);

14: ,P_OBJECT_VERSION_NUMBER in NUMBER
15: )is
16: begin
17: hr_utility.set_location('Entering: FF_FUNCTION_PARAMETERS_BK1.CREATE_PARAMETER_A', 10);
18: hr_utility.set_location(' Leaving: FF_FUNCTION_PARAMETERS_BK1.CREATE_PARAMETER_A', 20);
19: end CREATE_PARAMETER_A;
20: procedure CREATE_PARAMETER_B
21: (P_EFFECTIVE_DATE in DATE
22: ,P_FUNCTION_ID in NUMBER

Line 30: hr_utility.set_location('Entering: FF_FUNCTION_PARAMETERS_BK1.CREATE_PARAMETER_B', 10);

26: ,P_OPTIONAL in VARCHAR2
27: ,P_CONTINUING_PARAMETER in VARCHAR2
28: )is
29: begin
30: hr_utility.set_location('Entering: FF_FUNCTION_PARAMETERS_BK1.CREATE_PARAMETER_B', 10);
31: hr_utility.set_location(' Leaving: FF_FUNCTION_PARAMETERS_BK1.CREATE_PARAMETER_B', 20);
32: end CREATE_PARAMETER_B;
33: end FF_FUNCTION_PARAMETERS_BK1;

Line 31: hr_utility.set_location(' Leaving: FF_FUNCTION_PARAMETERS_BK1.CREATE_PARAMETER_B', 20);

27: ,P_CONTINUING_PARAMETER in VARCHAR2
28: )is
29: begin
30: hr_utility.set_location('Entering: FF_FUNCTION_PARAMETERS_BK1.CREATE_PARAMETER_B', 10);
31: hr_utility.set_location(' Leaving: FF_FUNCTION_PARAMETERS_BK1.CREATE_PARAMETER_B', 20);
32: end CREATE_PARAMETER_B;
33: end FF_FUNCTION_PARAMETERS_BK1;