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 1438: per_cagr_utility_pkg.put_log('-------- Result Population Process Log ('||fnd_date.date_to_canonical(sysdate)||') --------',1);

1434: hr_utility.set_location('Entering:'||l_proc, 5);
1435: --
1436: if not(g_done_header) then
1437: per_cagr_utility_pkg.put_log(per_cagr_evaluation_pkg.g_head_separator,1);
1438: per_cagr_utility_pkg.put_log('-------- Result Population Process Log ('||fnd_date.date_to_canonical(sysdate)||') --------',1);
1439: per_cagr_utility_pkg.put_log(per_cagr_evaluation_pkg.g_head_separator,1);
1440: per_cagr_utility_pkg.put_log('Starting Result Population Process: ('
1441: ||fnd_date.date_to_canonical(sysdate)||')',1);
1442:

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

1437: per_cagr_utility_pkg.put_log(per_cagr_evaluation_pkg.g_head_separator,1);
1438: per_cagr_utility_pkg.put_log('-------- Result Population Process Log ('||fnd_date.date_to_canonical(sysdate)||') --------',1);
1439: per_cagr_utility_pkg.put_log(per_cagr_evaluation_pkg.g_head_separator,1);
1440: per_cagr_utility_pkg.put_log('Starting Result Population Process: ('
1441: ||fnd_date.date_to_canonical(sysdate)||')',1);
1442:
1443: If p_params.operation_mode = 'SA' then
1444: per_cagr_utility_pkg.put_log(' Mode: Single Assignment',1);
1445: elsif p_params.operation_mode = 'SC' then

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

1532: ,p_params.effective_date);
1533:
1534: per_cagr_utility_pkg.put_log(' ',1);
1535: per_cagr_utility_pkg.put_log(per_cagr_evaluation_pkg.g_head_separator,1);
1536: per_cagr_utility_pkg.put_log('-------- Result Population Process Log ('||fnd_date.date_to_canonical(sysdate)||') --------',1);
1537: per_cagr_utility_pkg.put_log(per_cagr_evaluation_pkg.g_head_separator,1);
1538:
1539: per_cagr_utility_pkg.put_log(' Processing Assignment ID '|| p_params.assignment_id ||
1540: ' during Single Collective Agreement mode.',1);

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

1576: null; -- do processing for other modes...
1577: end if;
1578:
1579: per_cagr_utility_pkg.put_log('Completed Result Population Process ('
1580: ||fnd_date.date_to_canonical(sysdate)||')',1);
1581: per_cagr_utility_pkg.write_log_file(p_params.cagr_request_id);
1582: hr_utility.set_location('Leaving:'||l_proc, 100);
1583:
1584:

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

1671: --
1672: -- Output denormalization log header
1673: --
1674: per_cagr_utility_pkg.put_log(per_cagr_evaluation_pkg.g_head_separator,1);
1675: per_cagr_utility_pkg.put_log('-------- Result Population Process Log ('||fnd_date.date_to_canonical(sysdate)||') --------',1);
1676: per_cagr_utility_pkg.put_log(per_cagr_evaluation_pkg.g_head_separator,1);
1677: g_done_header := TRUE;
1678:
1679: --