DBA Data[Home] [Help]

APPS.PER_CAGR_EVALUATION_PKG dependencies on PER_CAGR_APPLY_RESULTS_PKG

Line 3983: per_cagr_apply_results_pkg.initialise(p_params);

3979: --
3980: -- populate eligible results to HRMS dependent upon mode and param
3981: --
3982: if p_params.operation_mode in ('SA','SC') and p_params.denormalise_flag = 'Y' then
3983: per_cagr_apply_results_pkg.initialise(p_params);
3984: end if;
3985:
3986: --
3987: -- Commit, if required.