DBA Data[Home] [Help]

APPS.FA_CHK_BALSEG_PKG dependencies on FA_DISTRIBUTION_HISTORY

Line 33: FROM fa_distribution_history FAD

29: error_mesg varchar2(250);
30:
31: cursor SEL_DIST_CCID(c_book varchar2,c_asset_id number) IS
32: SELECT code_combination_id
33: FROM fa_distribution_history FAD
34: WHERE book_type_code=c_book
35: AND asset_id=c_asset_id
36: AND transaction_header_id_out is null;
37: BEGIN