DBA Data[Home] [Help]

APPS.QA_ERES_PKG dependencies on QA_ERES_PKG

Line 1: PACKAGE BODY QA_ERES_PKG as

1: PACKAGE BODY QA_ERES_PKG as
2: /* $Header: qaeresb.pls 115.2 2004/05/11 01:32:38 ilawler noship $ */
3:
4: /* Cache of the last parsed transactionId */
5: x_last_transaction_id VARCHAR2(2000);

Line 332: END QA_ERES_PKG;

328: --DEBUG:raise_application_error(-20001, 'GRCV, when others, char('||p_char_id||'), plan('||l_plan_id||'), col('||l_collection_id||'), occ('||l_occurrence||'), stmt:"'||l_stmt||'", sqlcode('||SQLCODE||'), sqlerrm:"'||SQLERRM||'"');
329: END;
330:
331:
332: END QA_ERES_PKG;