86: tfr.attribute14,
87: tfr.attribute15,
88: tfr.attribute_category_code
89: from fa_mass_external_transfers tfr,
90: fa_book_controls bc
91: where tfr.book_type_code = p_book_type_code
92: and tfr.book_type_code = bc.book_type_code
93: and tfr.batch_name = p_batch_name
94: and tfr.transaction_status = 'POST'