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.6.12020000.9 2012/12/05 19:53:52 srannama 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 1793: END per_cagr_apply_results_pkg;

1789: hr_utility.set_location('Leaving:'||l_proc, 50);
1790:
1791: END;
1792:
1793: END per_cagr_apply_results_pkg;