DBA Data[Home] [Help]

APPS.FA_CHK_BALSEG_PKG dependencies on FA_DISTRIBUTION_HISTORY

Line 34: FROM fa_distribution_history FAD

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