DBA Data[Home] [Help]

APPS.OKE_DTS_INTEGRATION_PKG dependencies on GL_SETS_OF_BOOKS

Line 1177: FROM gl_sets_of_books gl, org_organization_definitions org

1173: where organization_id = l_exp_org_id );
1174:
1175: CURSOR Curr_C ( P_ID NUMBER ) IS
1176: SELECT gl.Currency_Code
1177: FROM gl_sets_of_books gl, org_organization_definitions org
1178: WHERE org.organization_id = P_ID
1179: AND gl.Set_Of_Books_ID = org.Set_Of_Books_ID;
1180:
1181: CURSOR Header_C IS