DBA Data[Home] [Help]

APPS.FA_RECLASS_UTIL_PVT dependencies on GL_SETS_OF_BOOKS

Line 641: h_chart_of_accounts_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE;

637: fardodh_done EXCEPTION;
638: fardodh_error EXCEPTION;
639: h_cost_acct_ccid NUMBER :=0;
640:
641: h_chart_of_accounts_id GL_SETS_OF_BOOKS.chart_of_accounts_id%TYPE;
642: h_flex_segment_delimiter varchar2(5);
643: h_flex_segment_number number;
644: h_num_of_segments NUMBER;
645: h_concat_array_segments FND_FLEX_EXT.SEGMENTARRAY;

Line 673: gl_sets_of_books sob

669: -- dbms_output.put_line(l_err_stage);
670: Select sob.chart_of_accounts_id
671: into h_chart_of_accounts_id
672: From fa_book_controls bc,
673: gl_sets_of_books sob
674: Where sob.set_of_books_id = bc.set_of_books_id
675: And bc.book_type_code = p_asset_hdr_rec.book_type_code;
676:
677: -- dbms_output.put_line('h_chart_of_accounts_id '||to_char(h_chart_of_accounts_id));