DBA Data[Home] [Help]

APPS.INV_TRANSACTION_FLOW_PUB dependencies on GL_SETS_OF_BOOKS

Line 2611: gl_sets_of_books gsob,

2607: gsob.chart_of_accounts_id
2608: into
2609: l_ship_chart_of_accounts_id
2610: from
2611: gl_sets_of_books gsob,
2612: hr_organization_information hoi,
2613: hr_organization_information hoi1
2614: where
2615: hoi1.organization_id = p_ship_organization_id

Line 2656: gl_sets_of_books gsob,

2652: gsob.chart_of_accounts_id
2653: into
2654: l_chart_of_accounts_id
2655: from
2656: gl_sets_of_books gsob,
2657: hr_organization_information hoi,
2658: hr_organization_information hoi1
2659: where hoi1.organization_id = p_sell_organization_id
2660: and hoi1.org_information_context = 'Operating Unit Information'

Line 3458: FROM gl_sets_of_books

3454: l_progress := 2;
3455: BEGIN
3456: select currency_code
3457: into l_functional_currency_code
3458: FROM gl_sets_of_books
3459: WHERE set_of_books_id = l_set_of_book_id;
3460: EXCEPTION
3461: when NO_DATA_FOUND then
3462: print_debug('cannot find the functional currency code', 'get_functional_currency_code');