DBA Data[Home] [Help]

APPS.SSP_APAD_PKG dependencies on SSP_SMP_PKG

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

1097: -- no match was found.
1098: exit when ((old_entry.week_commencing
1099: = hypothetical_entry.week_commencing (entry_number)
1100: and not hypothetical_entry.stopped (entry_number) = 'TRUE'
1101: and ssp_smp_pkg.g_smp_update = 'N')
1102: or (old_entry.effective_start_date
1103: = hypothetical_entry.effective_start_date (entry_number)
1104: and old_entry.week_commencing
1105: = hypothetical_entry.week_commencing (entry_number)

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

1103: = hypothetical_entry.effective_start_date (entry_number)
1104: and old_entry.week_commencing
1105: = hypothetical_entry.week_commencing (entry_number)
1106: and not hypothetical_entry.stopped (entry_number) = 'TRUE'
1107: and ssp_smp_pkg.g_smp_update = 'Y'));
1108: end loop;
1109: hr_utility.trace (l_proc||' Old entry / Hypo entry time Match with values:');
1110: hr_utility.trace (l_proc||' Rate: ' ||old_entry.rate||' / '
1111: ||hypothetical_entry.rate (Entry_number));

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

1452: /*
1453: if (p_week_number - l_stopped_weeks)
1454: <= g_SMP_element.period_at_higher_rate
1455: then
1456: hr_utility.set_location ('ssp_smp_pkg.Calculate_correct_SMP_rate',1);
1457: --
1458: -- We have not yet given the employee all their higher rate weeks
1459: --
1460: */