DBA Data[Home] [Help]

APPS.PER_CAGR_APPLY_RESULTS_PKG dependencies on PER_CAGR_APPLY_RESULTS_PKG

Line 1: PACKAGE BODY per_cagr_apply_results_pkg AS

1: PACKAGE BODY per_cagr_apply_results_pkg AS
2: /* $Header: pecgrapl.pkb 120.5.12010000.2 2008/08/06 09:06:23 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Package Types and Variables (globals)

Line 67: -- Called by: PER_CAGR_APPLY_RESULTS_PKG.initialise (individual parameter interface) and

63: ,p_select_flag IN varchar2 default 'B') IS
64:
65: -- (record interface)
66: -- Coordinates denormalisation of per_cagr_entitlement_result records to HRMS tables.
67: -- Called by: PER_CAGR_APPLY_RESULTS_PKG.initialise (individual parameter interface) and
68: -- optionally by PER_CAGR_EVALUATION_PKG.initialise (dependent upon mode).
69: --
70: -- P_SELECT_FLAG now redundant - apply chosen, or beneficial if no chosen.
71: -- Defaults to processing all categories of result records existing in cache

Line 1782: END per_cagr_apply_results_pkg;

1778: hr_utility.set_location('Leaving:'||l_proc, 50);
1779:
1780: END;
1781:
1782: END per_cagr_apply_results_pkg;