DBA Data[Home] [Help]

APPS.PJI_PJP_FP_CURR_WRAP dependencies on PJI_TIME_ENT_PERIOD

Line 125: FROM pji_time_ent_period

121:
122: BEGIN
123: SELECT ent_period_id,name,start_date,END_date
124: INTO x_ent_start_period_id, x_ent_start_period_name, x_ent_start_date, x_ent_END_date
125: FROM pji_time_ent_period
126: WHERE x_global_start_date BETWEEN start_date AND END_date;
127: EXCEPTION
128: WHEN NO_DATA_FOUND THEN
129: x_ent_start_period_id := NULL;