DBA Data[Home] [Help]

APPS.AP_INVOICES_PKG dependencies on IBY_TRANSACTION_ERRORS_GT

Line 898: (error_message IBY_TRANSACTION_ERRORS_GT.error_message%TYPE,

894: );
895:
896: -- Bug 5652886
897: TYPE iby_error_rec_type is RECORD
898: (error_message IBY_TRANSACTION_ERRORS_GT.error_message%TYPE,
899: transaction_id IBY_TRANSACTION_ERRORS_GT.transaction_id%TYPE);
900:
901: TYPE iby_error_tab_type is TABLE OF iby_error_rec_type
902: index by BINARY_INTEGER;

Line 899: transaction_id IBY_TRANSACTION_ERRORS_GT.transaction_id%TYPE);

895:
896: -- Bug 5652886
897: TYPE iby_error_rec_type is RECORD
898: (error_message IBY_TRANSACTION_ERRORS_GT.error_message%TYPE,
899: transaction_id IBY_TRANSACTION_ERRORS_GT.transaction_id%TYPE);
900:
901: TYPE iby_error_tab_type is TABLE OF iby_error_rec_type
902: index by BINARY_INTEGER;
903: