DBA Data[Home] [Help]

APPS.FV_BE_PKG4 dependencies on FV_BE_TRANSACTION_TYPES

Line 92: from fv_be_transaction_types

88: l_errbuf VARCHAR2(1024);
89: begin
90: select description
91: into x_trans_description
92: from fv_be_transaction_types
93: where apprn_transaction_type = x_transaction_type
94: and set_of_books_id = x_set_of_bks_id;
95:
96: exception