DBA Data[Home] [Help]

APPS.FA_MASSPTFR_PKG dependencies on FA_BOOK_CONTROLS

Line 89: fa_book_controls bc

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