DBA Data[Home] [Help]

APPS.SSP_SMP_SUPPORT_PKG dependencies on SSP_SMP_SUPPORT_PKG

Line 1: package body SSP_SMP_SUPPORT_PKG as

1: package body SSP_SMP_SUPPORT_PKG as
2: /* $Header: spsspbsi.pkb 120.10.12010000.5 2008/08/25 08:55:48 pbalu ship $
3: +==============================================================================+
4: | Copyright (c) 1994 Oracle Corporation |
5: | Redwood Shores, California, USA |

Line 34: 6 Dec 95 N Simpson Added reference to ssp_smp_support_pkg.

30: incorrectly, ignoring date earned
31: because date earned was always less than
32: the end of time.
33: 5 dec 95 N Simpson Added function average_earnings_error.
34: 6 Dec 95 N Simpson Added reference to ssp_smp_support_pkg.
35: reason_for_no_earnings
36: 19 Jan 96 N Simpson Added functions start_of_week and
37: end_of_week.
38: 08-Jan-98 RThirlby 608724 30.24 Altered non-translateable MON format

Line 146: g_package constant varchar2 (31) := 'ssp_smp_support_pkg.';

142: 25-AUG-08 pbalu 115.40 Changed the cursor csr_payroll_period to
143: take care of positive cutoff period for bug 6959669
144: */
145: --------------------------------------------------------------------------------
146: g_package constant varchar2 (31) := 'ssp_smp_support_pkg.';
147:
148:
149: --
150: cursor csr_entry_value (

Line 848: -- The message is defaulted only if ssp_smp_support_pkg returns a

844: -- by the procedure to calculate average earnings in the event that the figure
845: -- could not be derived. This withholding reason may be used to create a
846: -- stoppage of SSP/SMP thus indicating why the entries were not created.
847: --
848: -- The message is defaulted only if ssp_smp_support_pkg returns a
849: -- null value. This ocurs when a commit is fired within the Absence
850: -- form, as the recalculate_ssp_and_smp is fired and does not create a
851: -- 'reason for no earnings', this is only created when
852: -- calculate_average_earnings is used.

Line 855: l_message_name_on_stack varchar2 (80) := ssp_smp_support_pkg.reason_for_no_earnings;

851: -- 'reason for no earnings', this is only created when
852: -- calculate_average_earnings is used.
853: --
854:
855: l_message_name_on_stack varchar2 (80) := ssp_smp_support_pkg.reason_for_no_earnings;
856: l_withholding_reason varchar2 (80) := null;
857: --
858: begin
859: --

Line 908: ssp_smp_support_pkg.reason_for_no_earnings := null;

904: --
905: end if;
906: --
907: -- Reset global variable to avoid later confusion
908: ssp_smp_support_pkg.reason_for_no_earnings := null;
909: --
910: return l_withholding_reason;
911: --
912: end average_earnings_error;

Line 3096: end ssp_smp_support_pkg;

3092:
3093:
3094: end update_ssp_smp_entries;
3095:
3096: end ssp_smp_support_pkg;