DBA Data[Home] [Help]

APPS.HXC_GENERIC_RETRIEVAL_PKG dependencies on FND_DATE

Line 948: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)

944: || TO_CHAR (l_chunk_size)
945: );
946: END IF;
947:
948: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)
949: || ' > Chunk Size Profile Value is '
950: || TO_CHAR (l_chunk_size));
951:
952: IF ((l_chunk_size = 0) OR (l_chunk_size IS NULL))

Line 6948: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)

6944: hr_utility.TRACE ('Conc Req ID is ' || TO_CHAR (g_conc_request_id)
6945: );
6946: END IF;
6947:
6948: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)
6949: || ' > maintain_globals > Conc Req ID is ' || TO_CHAR (g_conc_request_id));
6950:
6951: g_params.p_process := NULL;
6952: g_params.p_transaction_code := NULL;

Line 7093: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)

7089: hxc_generic_retrieval_pkg.g_no_timecards := TRUE;
7090: hxc_generic_retrieval_pkg.g_overall_no_timecards := TRUE;
7091: END IF;
7092:
7093: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)
7094: || ' ******** OTL Processing Starts ******');
7095:
7096: maintain_globals;
7097:

Line 7658: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)

7654: -- ( hxc_generic_retrieval_pkg.G_IN_LOOP AND hxc_generic_retrieval_pkg.G_LAST_CHUNK );
7655:
7656: -- before we pass control to the recipient application check to make sure the conc
7657: -- process has not been terminated
7658: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)
7659: || ' > SKIPPED Blocks COUNT > ' || hxc_generic_retrieval_pkg.g_detail_skipped.COUNT);
7660:
7661: IF(hxc_generic_retrieval_pkg.g_detail_skipped.COUNT > 0) THEN
7662:

Line 7663: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)

7659: || ' > SKIPPED Blocks COUNT > ' || hxc_generic_retrieval_pkg.g_detail_skipped.COUNT);
7660:
7661: IF(hxc_generic_retrieval_pkg.g_detail_skipped.COUNT > 0) THEN
7662:
7663: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)
7664: || ' > ******* Printing SKIPPED Detail Blocks *******');
7665:
7666: fnd_file.put_line(fnd_file.log, ' ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++');
7667:

Line 7694: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)

7690: END LOOP;
7691: fnd_file.put_line(fnd_file.log, ' ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++');
7692: END IF;
7693:
7694: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)
7695: || ' > Blocks COUNT being passed to RECIPIENT APPLICATION > ' || hxc_generic_retrieval_pkg.t_detail_bld_blks.COUNT);
7696:
7697: IF(hxc_generic_retrieval_pkg.t_detail_bld_blks.COUNT > 0) THEN
7698:

Line 7699: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)

7695: || ' > Blocks COUNT being passed to RECIPIENT APPLICATION > ' || hxc_generic_retrieval_pkg.t_detail_bld_blks.COUNT);
7696:
7697: IF(hxc_generic_retrieval_pkg.t_detail_bld_blks.COUNT > 0) THEN
7698:
7699: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)
7700: || ' > ******* Passing the following blocks for RETRIEVAL *******');
7701:
7702: fnd_file.put_line(fnd_file.log, ' ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++');
7703: fnd_file.put_line(fnd_file.log, ' RESOURCE ID '

Line 8185: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)

8181: fnd_message.raise_error;
8182: END IF;
8183:
8184:
8185: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)
8186: || ' > Blocks COUNT of TRANSACTION DETAILS > ' || hxc_generic_retrieval_pkg.t_tx_detail_transaction_id.COUNT);
8187:
8188: IF(hxc_generic_retrieval_pkg.t_tx_detail_transaction_id.COUNT > 0) THEN
8189:

Line 8190: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)

8186: || ' > Blocks COUNT of TRANSACTION DETAILS > ' || hxc_generic_retrieval_pkg.t_tx_detail_transaction_id.COUNT);
8187:
8188: IF(hxc_generic_retrieval_pkg.t_tx_detail_transaction_id.COUNT > 0) THEN
8189:
8190: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)
8191: || ' > ******* Details Recevied from the RECIPIENT APPLICATION *******');
8192:
8193: fnd_file.put_line(fnd_file.log, ' ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++');
8194: fnd_file.put_line(fnd_file.log, ' DETAIL '

Line 8221: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)

8217: fnd_file.put_line(fnd_file.log, ' ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++');
8218:
8219: END IF;
8220:
8221: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)
8222: || ' > ERRORed BLOCK count > ' || hxc_generic_retrieval_pkg.t_tx_error_transaction_id.COUNT);
8223:
8224: IF(hxc_generic_retrieval_pkg.t_tx_error_transaction_id.COUNT > 0) THEN
8225:

Line 8226: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)

8222: || ' > ERRORed BLOCK count > ' || hxc_generic_retrieval_pkg.t_tx_error_transaction_id.COUNT);
8223:
8224: IF(hxc_generic_retrieval_pkg.t_tx_error_transaction_id.COUNT > 0) THEN
8225:
8226: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE)
8227: || ' > ******* The following blocks are in ERROR *******');
8228:
8229: fnd_file.put_line(fnd_file.log, ' ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++');
8230: fnd_file.put_line(fnd_file.log, ' DETAIL '