DBA Data[Home] [Help]

APPS.FII_POPULATE_TIME dependencies on STANDARD

Line 318: -- name ( Added the level prefix name in the begin as per the standard #1964070)

314: -- ep_cal_period_fk
315: 'oracle_source',
316: -- day
317: l_days_running_date,
318: -- name ( Added the level prefix name in the begin as per the standard #1964070)
319: 'DAY-'||to_char(l_days_running_date,'fmdd Month yyyy'),
320: -- calendar date
321: l_days_running_date,
322: -- end date

Line 415: -- name ( Added the level prefix name in the begin as per the standard #1964070)

411: -- month fk
412: to_char(l_mon_month_start_date,'dd-mm-yyyy'),
413: -- half_month
414: to_char(l_mon_month_start_date,'MM')||','||to_char(l_mon_month_start_date,'YYYY'),
415: -- name ( Added the level prefix name in the begin as per the standard #1964070)
416: 'MNTH-'||to_char(l_mon_month_start_date,'fmMonth yyyy'),
417: -- month_start_date
418: l_mon_month_start_date,
419: -- month_end_date

Line 472: -- name ( Added the level prefix name in the begin as per the standard #1964070)

468: collection_status)
469: values(
470: -- calendar_day_pk
471: to_char(l_mon_month_start_date, 'dd-mm-yyyy')||'-MNTH',
472: -- name ( Added the level prefix name in the begin as per the standard #1964070)
473: 'DAY-'||to_char(l_mon_month_start_date, 'fmMonth yyyy'),
474: -- fa_period_fk
475: 'NA_EDW',
476: -- pa_period_fk,