DBA Data[Home] [Help]

APPS.AP_INVOICES_PKG dependencies on IBY_TRANSACTION_ERRORS_GT

Line 901: (error_message IBY_TRANSACTION_ERRORS_GT.error_message%TYPE,

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

Line 902: transaction_id IBY_TRANSACTION_ERRORS_GT.transaction_id%TYPE);

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