DBA Data[Home] [Help]

APPS.PJI_PMV_PREDICATE dependencies on GL_SETS_OF_BOOKS

Line 107: , gl_sets_of_books glsob

103: SELECT 1
104: INTO l_Return_Value
105: FROM
106: pa_implementations_all paimp
107: , gl_sets_of_books glsob
108: WHERE
109: paimp.set_of_books_id = glsob.set_of_books_id
110: and paimp.org_id = p_Org_ID
111: and glsob.currency_code = p_Currency_Code;