DBA Data[Home] [Help]

APPS.AP_INVOICES_PKG dependencies on IBY_TRANSACTION_ERRORS_GT

Line 3066: from IBY_TRANSACTION_ERRORS_GT

3062:
3063: CURSOR iby_error_msg_cursor (p_document_payable_id IN NUMBER) IS
3064: select error_message,
3065: transaction_id
3066: from IBY_TRANSACTION_ERRORS_GT
3067: where transaction_id = p_document_payable_id;
3068:
3069: begin
3070: