DBA Data[Home] [Help]

APPS.FA_MASSPSLTFR_PKG dependencies on FA_BOOK_CONTROLS

Line 105: fa_book_controls bc

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