DBA Data[Home] [Help]

APPS.EDW_GL_ACCT_M_C dependencies on FND_DATE

Line 1234: l_from_date :=fnd_date.canonical_to_date(p_from_date);

1230:
1231: -- get databaselink
1232: EDW_COLLECTION_UTIL.get_dblink_names(l_source_link, g_target_link);
1233:
1234: l_from_date :=fnd_date.canonical_to_date(p_from_date);
1235: l_to_date :=fnd_date.canonical_to_date(p_to_date);
1236:
1237: l_cursor_id:= dbms_sql.open_cursor;
1238: l_temp_stmt:='select dim_name from edw_dimensions_md_v@' || g_target_link ||

Line 1235: l_to_date :=fnd_date.canonical_to_date(p_to_date);

1231: -- get databaselink
1232: EDW_COLLECTION_UTIL.get_dblink_names(l_source_link, g_target_link);
1233:
1234: l_from_date :=fnd_date.canonical_to_date(p_from_date);
1235: l_to_date :=fnd_date.canonical_to_date(p_to_date);
1236:
1237: l_cursor_id:= dbms_sql.open_cursor;
1238: l_temp_stmt:='select dim_name from edw_dimensions_md_v@' || g_target_link ||
1239: ' where DIM_LONG_NAME = :b_dimension_name';