DBA Data[Home] [Help]

APPS.IGI_DOS_FUNDS dependencies on GL_SETS_OF_BOOKS

Line 460: FROM gl_sets_of_books

456:
457: CURSOR get_currency_code
458: IS
459: SELECT currency_code
460: FROM gl_sets_of_books
461: WHERE set_of_books_id = l_sob_id;
462:
463: BEGIN
464: --bug 9128478 : intializing the packet count

Line 1010: FROM gl_sets_of_books

1006:
1007: CURSOR get_currency_code
1008: IS
1009: SELECT currency_code
1010: FROM gl_sets_of_books
1011: WHERE set_of_books_id = l_sob_id;
1012:
1013:
1014: BEGIN