DBA Data[Home] [Help]

APPS.PER_CAGR_APPLY_RESULTS_PKG dependencies on FND_DATE

Line 211: l_return := fnd_date.canonical_to_date(p_mapping_table(i).value);

207: hr_utility.set_location('Entering: '||l_proc,10);
208: FOR i in p_mapping_table.first..p_mapping_table.last LOOP
209: IF p_mapping_table(i).parameter_name = p_column_name THEN
210: -- found the correct column, so return the value
211: l_return := fnd_date.canonical_to_date(p_mapping_table(i).value);
212: exit;
213: END If;
214: END LOOP;
215: IF l_return IS NULL THEN

Line 1449: per_cagr_utility_pkg.put_log('-------- Result Population Process Log ('||fnd_date.date_to_canonical(sysdate)||') --------',1);

1445: hr_utility.set_location('Entering:'||l_proc, 5);
1446: --
1447: if not(g_done_header) then
1448: per_cagr_utility_pkg.put_log(per_cagr_evaluation_pkg.g_head_separator,1);
1449: per_cagr_utility_pkg.put_log('-------- Result Population Process Log ('||fnd_date.date_to_canonical(sysdate)||') --------',1);
1450: per_cagr_utility_pkg.put_log(per_cagr_evaluation_pkg.g_head_separator,1);
1451: per_cagr_utility_pkg.put_log('Starting Result Population Process: ('
1452: ||fnd_date.date_to_canonical(sysdate)||')',1);
1453:

Line 1452: ||fnd_date.date_to_canonical(sysdate)||')',1);

1448: per_cagr_utility_pkg.put_log(per_cagr_evaluation_pkg.g_head_separator,1);
1449: per_cagr_utility_pkg.put_log('-------- Result Population Process Log ('||fnd_date.date_to_canonical(sysdate)||') --------',1);
1450: per_cagr_utility_pkg.put_log(per_cagr_evaluation_pkg.g_head_separator,1);
1451: per_cagr_utility_pkg.put_log('Starting Result Population Process: ('
1452: ||fnd_date.date_to_canonical(sysdate)||')',1);
1453:
1454: If p_params.operation_mode = 'SA' then
1455: per_cagr_utility_pkg.put_log(' Mode: Single Assignment',1);
1456: elsif p_params.operation_mode = 'SC' then

Line 1547: per_cagr_utility_pkg.put_log('-------- Result Population Process Log ('||fnd_date.date_to_canonical(sysdate)||') --------',1);

1543: ,p_params.effective_date);
1544:
1545: per_cagr_utility_pkg.put_log(' ',1);
1546: per_cagr_utility_pkg.put_log(per_cagr_evaluation_pkg.g_head_separator,1);
1547: per_cagr_utility_pkg.put_log('-------- Result Population Process Log ('||fnd_date.date_to_canonical(sysdate)||') --------',1);
1548: per_cagr_utility_pkg.put_log(per_cagr_evaluation_pkg.g_head_separator,1);
1549:
1550: per_cagr_utility_pkg.put_log(' Processing Assignment ID '|| p_params.assignment_id ||
1551: ' during Single Collective Agreement mode.',1);

Line 1591: ||fnd_date.date_to_canonical(sysdate)||')',1);

1587: null; -- do processing for other modes...
1588: end if;
1589:
1590: per_cagr_utility_pkg.put_log('Completed Result Population Process ('
1591: ||fnd_date.date_to_canonical(sysdate)||')',1);
1592: per_cagr_utility_pkg.write_log_file(p_params.cagr_request_id);
1593: hr_utility.set_location('Leaving:'||l_proc, 100);
1594:
1595:

Line 1686: per_cagr_utility_pkg.put_log('-------- Result Population Process Log ('||fnd_date.date_to_canonical(sysdate)||') --------',1);

1682: --
1683: -- Output denormalization log header
1684: --
1685: per_cagr_utility_pkg.put_log(per_cagr_evaluation_pkg.g_head_separator,1);
1686: per_cagr_utility_pkg.put_log('-------- Result Population Process Log ('||fnd_date.date_to_canonical(sysdate)||') --------',1);
1687: per_cagr_utility_pkg.put_log(per_cagr_evaluation_pkg.g_head_separator,1);
1688: g_done_header := TRUE;
1689:
1690: --