DBA Data[Home] [Help]

APPS.PAY_MX_FF_UDFS dependencies on PAY_MX_FF_UDFS

Line 1: PACKAGE BODY pay_mx_ff_udfs AS

1: PACKAGE BODY pay_mx_ff_udfs AS
2: /* $Header: pymxudfs.pkb 120.16.12010000.4 2008/08/20 00:25:41 nragavar ship $ */
3:
4: /*
5: ******************************************************************

Line 1566: hr_utility.trace('Entering pay_mx_ff_udfs.get_contract_name');

1562: BEGIN
1563: --{
1564:
1565: lb_contract_exists := TRUE;
1566: hr_utility.trace('Entering pay_mx_ff_udfs.get_contract_name');
1567: pay_mx_utility.get_no_of_days_for_org(
1568: p_business_group_id => p_business_group_id,
1569: p_org_id => p_tax_unit_id,
1570: p_gre_or_le => 'GRE',

Line 1667: hr_utility.trace('leaving pay_mx_ff_udfs.get_contract_name');

1663: p_days_in_year => ln_days_year,
1664: p_exists => lb_contract_exists);
1665: --}
1666: END IF;
1667: hr_utility.trace('leaving pay_mx_ff_udfs.get_contract_name');
1668: RETURN rv_contract_name;
1669: --}
1670:
1671: END get_contract_name;

Line 1822: END pay_mx_ff_udfs;

1818: RAISE;
1819: END get_base_pay_for_tax_calc;
1820:
1821:
1822: END pay_mx_ff_udfs;