DBA Data[Home] [Help]

APPS.PAY_JP_PRE_TAX_PKG dependencies on PAY_JP_PRE_TAX_PKG

Line 1: PACKAGE BODY PAY_JP_PRE_TAX_PKG AS

1: PACKAGE BODY PAY_JP_PRE_TAX_PKG AS
2: /* $Header: pyjppret.pkb 120.5.12020000.8 2012/08/17 12:47:39 mdubasi ship $ */
3:
4: -----------------------------------------------------------------------
5: FUNCTION ERROR_MESSAGE(p_error_name VARCHAR2) RETURN VARCHAR2

Line 76: hr_utility.set_location('pay_jp_pre_tax_pkg.get_assignment_details',10);

72: IS
73:
74: BEGIN
75:
76: hr_utility.set_location('pay_jp_pre_tax_pkg.get_assignment_details',10);
77:
78: select asg.person_id,
79: asg.period_of_service_id,
80: pds.date_start,

Line 100: hr_utility.set_location('pay_jp_pre_tax_pkg.get_assignment_details',20);

96: EXCEPTION
97:
98: WHEN OTHERS THEN
99:
100: hr_utility.set_location('pay_jp_pre_tax_pkg.get_assignment_details',20);
101:
102: p_errbuf := substrb(sqlerrm,1,255);
103: p_retcode := '2';
104:

Line 131: hr_utility.set_location('pay_jp_pre_tax_pkg.insert_row',10);

127: l_ovn pay_action_information.object_version_number%TYPE;
128:
129: BEGIN
130:
131: hr_utility.set_location('pay_jp_pre_tax_pkg.insert_row',10);
132:
133: pay_jp_custom_pkg.validate_record(
134: p_value => p_value,
135: p_assignment_id => p_assignment_id,

Line 237: hr_utility.set_location('pay_jp_pre_tax_pkg.insert_row',20);

233: end if;
234:
235: end if;
236:
237: hr_utility.set_location('pay_jp_pre_tax_pkg.insert_row',20);
238:
239: EXCEPTION
240:
241: WHEN OTHERS THEN

Line 243: hr_utility.set_location('pay_jp_pre_tax_pkg.insert_row',20);

239: EXCEPTION
240:
241: WHEN OTHERS THEN
242:
243: hr_utility.set_location('pay_jp_pre_tax_pkg.insert_row',20);
244:
245: p_errbuf := substrb(sqlerrm,1,255);
246: p_retcode := '2';
247:

Line 251: hr_utility.set_location('pay_jp_pre_tax_pkg.run_assact',10);

247:
248: END insert_row;
249:
250: BEGIN
251: hr_utility.set_location('pay_jp_pre_tax_pkg.run_assact',10);
252:
253: open csr_assact;
254: fetch csr_assact into l_business_group_id,
255: l_assact_action_status,

Line 284: hr_utility.set_location('pay_jp_pre_tax_pkg.run_assact',20);

280: ,p_effective_date => l_effective_date
281: ,p_value => l_value
282: );
283:
284: hr_utility.set_location('pay_jp_pre_tax_pkg.run_assact',20);
285:
286: EXCEPTION
287: when OTHERS then
288: p_errbuf := substrb(sqlerrm,1,255);

Line 802: END PAY_JP_PRE_TAX_PKG;

798: p_retcode := '2';
799:
800: END RUN_SINGLE_ASSACT;
801: --
802: END PAY_JP_PRE_TAX_PKG;