DBA Data[Home] [Help]

APPS.SSP_APAB_PKG dependencies on SSP_SMP_PKG

Line 1182: and ssp_smp_pkg.g_smp_update = 'N')

1178: -- no match was found.
1179: exit when ((old_entry.week_commencing
1180: = hypothetical_entry.week_commencing (entry_number)
1181: and not hypothetical_entry.stopped (entry_number) = 'TRUE'
1182: and ssp_smp_pkg.g_smp_update = 'N')
1183: or (old_entry.effective_start_date
1184: = hypothetical_entry.effective_start_date (entry_number)
1185: and old_entry.week_commencing
1186: = hypothetical_entry.week_commencing (entry_number)

Line 1188: and ssp_smp_pkg.g_smp_update = 'Y'));

1184: = hypothetical_entry.effective_start_date (entry_number)
1185: and old_entry.week_commencing
1186: = hypothetical_entry.week_commencing (entry_number)
1187: and not hypothetical_entry.stopped (entry_number) = 'TRUE'
1188: and ssp_smp_pkg.g_smp_update = 'Y'));
1189: end loop;
1190: hr_utility.trace (l_proc||' Old entry / Hypo entry time Match with values:');
1191: hr_utility.trace (l_proc||' Rate: ' ||old_entry.rate||' / '
1192: ||hypothetical_entry.rate (Entry_number));

Line 1539: hr_utility.set_location ('ssp_smp_pkg.Calculate_correct_SMP_rate',1);

1535: /*
1536: if (p_week_number - l_stopped_weeks)
1537: <= g_SMP_element.period_at_higher_rate
1538: then
1539: hr_utility.set_location ('ssp_smp_pkg.Calculate_correct_SMP_rate',1);
1540: --
1541: -- We have not yet given the employee all their higher rate weeks
1542: --
1543: */