DBA Data[Home] [Help]

APPS.PJI_COMPLETION_GRAPH dependencies on PJI_TIME_CAL_PERIOD_V

Line 89: FROM pji_time_cal_period_v

85: SELECT name,
86: cal_period_id period_id,
87: start_date,
88: end_date
89: FROM pji_time_cal_period_v
90: where p_table_identifier = 'PJI_TIME_CAL_PERIOD_V'
91: and CALENDAR_ID = p_calendar_id
92: UNION ALL
93: SELECT name,

Line 90: where p_table_identifier = 'PJI_TIME_CAL_PERIOD_V'

86: cal_period_id period_id,
87: start_date,
88: end_date
89: FROM pji_time_cal_period_v
90: where p_table_identifier = 'PJI_TIME_CAL_PERIOD_V'
91: and CALENDAR_ID = p_calendar_id
92: UNION ALL
93: SELECT name,
94: cal_qtr_id period_id,