DBA Data[Home] [Help]

APPS.PAY_BALANCE_FEEDS_BK1 dependencies on HR_UTILITY

Line 22: hr_utility.set_location('Entering: PAY_BALANCE_FEEDS_BK1.CREATE_BALANCE_FEED_A', 10);

18: )is
19: l_commit_unit_number number;
20: l_legislation_code varchar2(30);
21: begin
22: hr_utility.set_location('Entering: PAY_BALANCE_FEEDS_BK1.CREATE_BALANCE_FEED_A', 10);
23: l_commit_unit_number := hr_api.return_commit_unit;
24: if hr_api.call_app_hooks then
25: pay_balance_feeds_be1.CREATE_BALANCE_FEED_A
26: (P_EFFECTIVE_DATE => P_EFFECTIVE_DATE

Line 42: hr_utility.set_location(' Leaving: PAY_BALANCE_FEEDS_BK1.CREATE_BALANCE_FEED_A', 20);

38: );
39: end if;
40: hr_multi_message.end_validation_set;
41: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_BALANCE_FEED', 'AP');
42: hr_utility.set_location(' Leaving: PAY_BALANCE_FEEDS_BK1.CREATE_BALANCE_FEED_A', 20);
43: end CREATE_BALANCE_FEED_A;
44: procedure CREATE_BALANCE_FEED_B
45: (P_EFFECTIVE_DATE in DATE
46: ,P_BUSINESS_GROUP_ID in NUMBER

Line 54: hr_utility.set_location('Entering: PAY_BALANCE_FEEDS_BK1.CREATE_BALANCE_FEED_B', 10);

50: ,P_SCALE in NUMBER
51: ,P_LEGISLATION_SUBGROUP in VARCHAR2
52: )is
53: begin
54: hr_utility.set_location('Entering: PAY_BALANCE_FEEDS_BK1.CREATE_BALANCE_FEED_B', 10);
55: hr_utility.set_location(' Leaving: PAY_BALANCE_FEEDS_BK1.CREATE_BALANCE_FEED_B', 20);
56: end CREATE_BALANCE_FEED_B;
57: end PAY_BALANCE_FEEDS_BK1;

Line 55: hr_utility.set_location(' Leaving: PAY_BALANCE_FEEDS_BK1.CREATE_BALANCE_FEED_B', 20);

51: ,P_LEGISLATION_SUBGROUP in VARCHAR2
52: )is
53: begin
54: hr_utility.set_location('Entering: PAY_BALANCE_FEEDS_BK1.CREATE_BALANCE_FEED_B', 10);
55: hr_utility.set_location(' Leaving: PAY_BALANCE_FEEDS_BK1.CREATE_BALANCE_FEED_B', 20);
56: end CREATE_BALANCE_FEED_B;
57: end PAY_BALANCE_FEEDS_BK1;