DBA Data[Home] [Help]

APPS.OE_MARGIN_PVT dependencies on OE_GL_SETS_OF_BOOKS_V

Line 385: FROM OE_GL_SETS_OF_BOOKS_V

381: --getting currency based on the set of book id
382: BEGIN
383: SELECT Currency_Code
384: INTO G_SOB_CURRENCY
385: FROM OE_GL_SETS_OF_BOOKS_V
386: WHERE SET_OF_BOOKS_ID = l_set_of_books_id;
387: EXCEPTION
388: WHEN OTHERS THEN
389: debug(' Error:'||SQLERRM);

Line 628: FROM OE_GL_SETS_OF_BOOKS_V

624: --getting currency based on the set of book id for the line
625: BEGIN
626: SELECT Currency_Code
627: INTO G_SOB_CURRENCY
628: FROM OE_GL_SETS_OF_BOOKS_V
629: WHERE SET_OF_BOOKS_ID = l_set_of_books_id;
630: EXCEPTION
631: WHEN OTHERS THEN
632: --need to handle... to be added....