DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on GL_LEDGERS_PUBLIC_V

Line 9551: FROM GL_LEDGERS_PUBLIC_V GL

9547: associated with Organization in which the transaction was entered */
9548: CURSOR C_SOB_COA_CUR IS
9549: SELECT IMP.SET_OF_BOOKS_ID
9550: , GL.CHART_OF_ACCOUNTS_ID
9551: FROM GL_LEDGERS_PUBLIC_V GL
9552: , PA_IMPLEMENTATIONS IMP
9553: WHERE GL.LEDGER_ID = IMP.SET_OF_BOOKS_ID;
9554:
9555: /* this cursor gets the vendor id of the employee for which the ER was entered */