DBA Data[Home] [Help]

APPS.POA_DBI_NEG_F_C dependencies on FND_DATE

Line 110: l_start_date := '''' || to_char(fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('POADBINEGF'))-0.004,'YYYY/MM/DD HH24:MI:SS') || '''';

106: IF (g_init) THEN
107: l_start_date := To_char(bis_common_parameters.get_global_start_date,'YYYY/MM/DD HH24:MI:SS');
108: d_start_date := bis_common_parameters.get_global_start_date;
109: ELSE
110: l_start_date := '''' || to_char(fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('POADBINEGF'))-0.004,'YYYY/MM/DD HH24:MI:SS') || '''';
111: /* if there is not a success record in the bis refresh log, then we have to get the global start date as l_start_date*/
112: d_start_date := fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('POADBINEGF'))-0.004;
113: END IF;
114:

Line 112: d_start_date := fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('POADBINEGF'))-0.004;

108: d_start_date := bis_common_parameters.get_global_start_date;
109: ELSE
110: l_start_date := '''' || to_char(fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('POADBINEGF'))-0.004,'YYYY/MM/DD HH24:MI:SS') || '''';
111: /* if there is not a success record in the bis refresh log, then we have to get the global start date as l_start_date*/
112: d_start_date := fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('POADBINEGF'))-0.004;
113: END IF;
114:
115:
116: l_end_date := '''' || To_char(SYSDATE, 'YYYY/MM/DD HH24:MI:SS') || '''';