DBA Data[Home] [Help]

APPS.FA_RECLASS_UTIL_PVT dependencies on GL_SETS_OF_BOOKS

Line 608: h_chart_of_accounts_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE;

604: fardodh_done EXCEPTION;
605: fardodh_error EXCEPTION;
606: h_cost_acct_ccid NUMBER :=0;
607:
608: h_chart_of_accounts_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE;
609: h_flex_segment_delimiter varchar2(5);
610: h_flex_segment_number number;
611: h_num_of_segments NUMBER;
612: h_concat_array_segments FND_FLEX_EXT.SEGMENTARRAY;

Line 640: gl_sets_of_books sob

636: -- dbms_output.put_line(l_err_stage);
637: Select sob.chart_of_accounts_id
638: into h_chart_of_accounts_id
639: From fa_book_controls bc,
640: gl_sets_of_books sob
641: Where sob.set_of_books_id = bc.set_of_books_id
642: And bc.book_type_code = p_asset_hdr_rec.book_type_code;
643:
644: -- dbms_output.put_line('h_chart_of_accounts_id '||to_char(h_chart_of_accounts_id));