DBA Data[Home] [Help]

APPS.PAY_MX_FF_UDFS dependencies on HR_MX_UTILITY

Line 34: 21-Jan-2005 ardsouza 115.6 4129001 hr_mx_utility.get_gre_from_location

30: from hr_mx_ff_udfs.
31: 30-Nov-2004 vmehta 115.2 Added get_idw function
32: 02-Dec-2004 vmehta 115.2 Corrected the definition of
33: lv_period_type
34: 21-Jan-2005 ardsouza 115.6 4129001 hr_mx_utility.get_gre_from_location
35: call modified to pass BG.
36: 24-Feb-2005 vmehta 115.7 Changed effective_start_date to
37: 1900 for user tables etc.
38: 13-Apr-2005 vmehta 115.8 4283684 Modified create_idw_contract to

Line 1245: hr_mx_utility.get_gre_from_scl(

1241: LOOP
1242: --{
1243: ln_asg_tuid := NULL;
1244: ln_asg_tuid :=
1245: hr_mx_utility.get_gre_from_scl(
1246: p_soft_coding_keyflex_id => asg_rec.soft_coding_keyflex_id);
1247:
1248: IF (ln_asg_tuid IS NULL)
1249: THEN

Line 1253: ln_asg_tuid := hr_mx_utility.get_gre_from_location(

1249: THEN
1250: --{
1251: -- Bug 4129001 - Added p_business_group_id parameter
1252: --
1253: ln_asg_tuid := hr_mx_utility.get_gre_from_location(
1254: p_location_id => asg_rec.location_id,
1255: p_business_group_id => asg_rec.business_group_id,
1256: p_session_date => p_effective_date,
1257: p_is_ambiguous => lb_gre_ambiguous,

Line 1362: ln_seniority_years := hr_mx_utility.get_seniority_social_security(

1358:
1359: -- get the seniority
1360: hr_utility.trace('Get Seniority' );
1361:
1362: ln_seniority_years := hr_mx_utility.get_seniority_social_security(
1363: p_person_id => asg_rec.person_id
1364: ,p_effective_date => p_effective_date);
1365:
1366: hr_utility.trace('ln_seniority_years = '||ln_seniority_years);

Line 1733: ln_legal_emp_id := hr_mx_utility.get_legal_employer(

1729:
1730: IF (ln_days_year is NULL)
1731: THEN
1732: --{
1733: ln_legal_emp_id := hr_mx_utility.get_legal_employer(
1734: p_business_group_id => p_business_group_id,
1735: p_tax_unit_id => p_tax_unit_id);
1736:
1737: pay_mx_utility.get_no_of_days_for_org(