DBA Data[Home] [Help]

APPS.POA_DBI_REQ_F_C dependencies on FND_DATE

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

146: IF (g_init) THEN
147: l_start_date := To_char(bis_common_parameters.get_global_start_date,'YYYY/MM/DD HH24:MI:SS');
148: d_start_date := bis_common_parameters.get_global_start_date;
149: ELSE
150: l_start_date := '''' || to_char(fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('POAREQLN'))-0.004,'YYYY/MM/DD HH24:MI:SS') || '''';
151: /* 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*/
152: d_start_date := fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('POAREQLN'))-0.004;
153: END IF;
154:

Line 152: d_start_date := fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('POAREQLN'))-0.004;

148: d_start_date := bis_common_parameters.get_global_start_date;
149: ELSE
150: l_start_date := '''' || to_char(fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('POAREQLN'))-0.004,'YYYY/MM/DD HH24:MI:SS') || '''';
151: /* 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*/
152: d_start_date := fnd_date.displaydt_to_date(bis_collection_utilities.get_last_refresh_period('POAREQLN'))-0.004;
153: END IF;
154:
155:
156: l_end_date := '''' || To_char(SYSDATE, 'YYYY/MM/DD HH24:MI:SS') || '''';