DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on GL_LEDGERS_PUBLIC_V

Line 9834: FROM GL_LEDGERS_PUBLIC_V GL

9830: associated with Organization in which the transaction was entered */
9831: CURSOR C_SOB_COA_CUR IS
9832: SELECT IMP.SET_OF_BOOKS_ID
9833: , GL.CHART_OF_ACCOUNTS_ID
9834: FROM GL_LEDGERS_PUBLIC_V GL
9835: , PA_IMPLEMENTATIONS IMP
9836: WHERE GL.LEDGER_ID = IMP.SET_OF_BOOKS_ID;
9837:
9838: /* this cursor gets the vendor id of the employee for which the ER was entered */