DBA Data[Home] [Help]

APPS.OE_MARGIN_PVT dependencies on OE_GL_SETS_OF_BOOKS_V

Line 458: FROM OE_GL_SETS_OF_BOOKS_V

454: --getting currency based on the set of book id
455: BEGIN
456: SELECT Currency_Code
457: INTO G_SOB_CURRENCY
458: FROM OE_GL_SETS_OF_BOOKS_V
459: WHERE SET_OF_BOOKS_ID = l_set_of_books_id;
460: EXCEPTION
461: WHEN OTHERS THEN
462: debug(' Error:'||SQLERRM);

Line 744: FROM OE_GL_SETS_OF_BOOKS_V

740: --getting currency based on the set of book id for the line
741: BEGIN
742: SELECT Currency_Code
743: INTO G_SOB_CURRENCY
744: FROM OE_GL_SETS_OF_BOOKS_V
745: WHERE SET_OF_BOOKS_ID = l_set_of_books_id;
746: EXCEPTION
747: WHEN OTHERS THEN
748: --need to handle... to be added....