DBA Data[Home] [Help]

APPS.EDW_TIME_PKG dependencies on PA_IMPLEMENTATIONS_ALL

Line 214: pa_implementations_all imp,

210: select ins.instance_code,
211: gl.period_set_name,
212: imp.pa_period_type
213: from edw_local_instance ins,
214: pa_implementations_all imp,
215: gl_sets_of_books gl
216: where imp.org_id = p_org_id
217: and gl.set_of_books_id = imp.set_of_books_id;
218:

Line 225: pa_implementations_all imp,

221: select ins.instance_code,
222: gl.period_set_name,
223: imp.pa_period_type
224: from edw_local_instance ins,
225: pa_implementations_all imp,
226: gl_sets_of_books gl
227: where imp.org_id is NULL
228: and gl.set_of_books_id = imp.set_of_books_id;
229: