DBA Data[Home] [Help]

APPS.PJI_COMPLETION_GRAPH dependencies on PJI_TIME_CAL_PERIOD_V

Line 81: FROM pji_time_cal_period_v

77: SELECT name,
78: cal_period_id period_id,
79: start_date,
80: end_date
81: FROM pji_time_cal_period_v
82: where p_table_identifier = 'PJI_TIME_CAL_PERIOD_V'
83: and CALENDAR_ID = p_calendar_id
84: UNION ALL
85: SELECT name,

Line 82: where p_table_identifier = 'PJI_TIME_CAL_PERIOD_V'

78: cal_period_id period_id,
79: start_date,
80: end_date
81: FROM pji_time_cal_period_v
82: where p_table_identifier = 'PJI_TIME_CAL_PERIOD_V'
83: and CALENDAR_ID = p_calendar_id
84: UNION ALL
85: SELECT name,
86: cal_qtr_id period_id,