DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_PVT dependencies on PO_TBL_VARCHAR2000

Line 390: RETURN PO_TBL_VARCHAR2000

386: Get the Error code table
387: so that it can be used in the sourcing flow*/
388: -- CLM Phase 2 Changes : Error Handling
389: FUNCTION get_error_code_tbl
390: RETURN PO_TBL_VARCHAR2000
391: IS
392:
393: l_api_name VARCHAR2(30) := 'get_error_code_tbl';
394: l_progress VARCHAR2(10) := '000';

Line 423: PO_AUTOCREATE_PARAMS.g_error_code_tbl := PO_TBL_VARCHAR2000();

419: l_progress VARCHAR2(10) := '000';
420:
421: BEGIN
422:
423: PO_AUTOCREATE_PARAMS.g_error_code_tbl := PO_TBL_VARCHAR2000();
424:
425: EXCEPTION
426:
427: when no_data_found THEN