DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_PARAMS dependencies on PO_TBL_VARCHAR2000

Line 166: g_error_code_tbl PO_TBL_VARCHAR2000 := PO_TBL_VARCHAR2000();

162:
163: -- CLM Phase 2 changes.
164: --Maintain a table to hold all error messages.
165: -- A count variabl;e to determine number of error messages
166: g_error_code_tbl PO_TBL_VARCHAR2000 := PO_TBL_VARCHAR2000();
167: --Bug 13547051 Removed the variable g_error_count since its no longer in use.
168:
169: END PO_AUTOCREATE_PARAMS;