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 1093: hr_mx_utility.get_gre_from_scl(

1089: LOOP
1090: --{
1091: ln_asg_tuid := NULL;
1092: ln_asg_tuid :=
1093: hr_mx_utility.get_gre_from_scl(
1094: p_soft_coding_keyflex_id => asg_rec.soft_coding_keyflex_id);
1095:
1096: IF (ln_asg_tuid IS NULL)
1097: THEN

Line 1101: ln_asg_tuid := hr_mx_utility.get_gre_from_location(

1097: THEN
1098: --{
1099: -- Bug 4129001 - Added p_business_group_id parameter
1100: --
1101: ln_asg_tuid := hr_mx_utility.get_gre_from_location(
1102: p_location_id => asg_rec.location_id,
1103: p_business_group_id => asg_rec.business_group_id,
1104: p_session_date => p_effective_date,
1105: p_is_ambiguous => lb_gre_ambiguous,

Line 1210: ln_seniority_years := hr_mx_utility.get_seniority_social_security(

1206:
1207: -- get the seniority
1208: hr_utility.trace('Get Seniority' );
1209:
1210: ln_seniority_years := hr_mx_utility.get_seniority_social_security(
1211: p_person_id => asg_rec.person_id
1212: ,p_effective_date => p_effective_date);
1213:
1214: hr_utility.trace('ln_seniority_years = '||ln_seniority_years);

Line 1578: ln_legal_emp_id := hr_mx_utility.get_legal_employer(

1574:
1575: IF (ln_days_year is NULL)
1576: THEN
1577: --{
1578: ln_legal_emp_id := hr_mx_utility.get_legal_employer(
1579: p_business_group_id => p_business_group_id,
1580: p_tax_unit_id => p_tax_unit_id);
1581:
1582: pay_mx_utility.get_no_of_days_for_org(