DBA Data[Home] [Help]

APPS.FA_MASSPSLTFR_PKG dependencies on FA_BOOK_CONTROLS

Line 103: fa_book_controls bc

99: tfr.attribute14,
100: tfr.attribute15,
101: tfr.attribute_category_code
102: from fa_mass_external_transfers tfr,
103: fa_book_controls bc
104: where tfr.book_type_code = p_book_type_code
105: and tfr.book_type_code = bc.book_type_code
106: and tfr.batch_name = p_batch_name
107: and tfr.transaction_status = 'POST'