DBA Data[Home] [Help]

APPS.PJI_RM_SUM_MAIN dependencies on PJI_RM_DNGL_RES

Line 167: from PJI_RM_DNGL_RES;

163: end if;
164:
165: select count(*)
166: into l_row_count
167: from PJI_RM_DNGL_RES;
168:
169: if (l_row_count > 0 and l_transition_flag = 'Y') then
170:
171: PJI_PROCESS_UTIL.SET_PROCESS_PARAMETER

Line 1174: PJI_RM_DNGL_RES tmp1

1170: tmp1.TIME_ID FROM_TIME_ID,
1171: tmp1.TIME_ID TO_TIME_ID,
1172: tmp1.DANGLING_FLAG
1173: from
1174: PJI_RM_DNGL_RES tmp1
1175: where
1176: tmp1.WORKER_ID = 0
1177: ) tmp1
1178: where