DBA Data[Home] [Help]

APPS.IGIRSTPT dependencies on GL_LEDGERS_PUBLIC_V

Line 739: from gl_ledgers_public_v

735:
736: l_flag := 'Y';
737: select currency_code
738: into p_currency_code
739: from gl_ledgers_public_v
740: where ledger_id = p_set_of_books_id;
741:
742: l_flag := 'N';
743: IF l_debug = 'TRUE'

Line 956: from gl_ledgers_public_v

952: END IF;
953:
954: select chart_of_accounts_id
955: into l_chart_of_accounts_id
956: from gl_ledgers_public_v
957: where ledger_id = p_set_of_books_id;
958: IF l_debug = 'TRUE'
959: THEN
960: l_message := 'CHART_OF_ACCOUNTS_ID : '||to_char(l_chart_of_accounts_id);

Line 988: from gl_ledgers_public_v

984: p_sysdate := sysdate;
985:
986: select currency_code
987: into p_currency_code
988: from gl_ledgers_public_v
989: where ledger_id = p_set_of_books_id;
990: IF l_debug = 'TRUE'
991: THEN
992: l_message := 'CURRENCY_CODE : '||p_currency_code;