Import Product Hierarchy Validation Failure
(Doc ID 2964363.1)
Last updated on AUGUST 04, 2023
Applies to:
Oracle Retail Merchandise Financial Planning Cloud Service - Version 23.1 and laterInformation in this document applies to any platform.
Goal
When importing PROD hierarchy (interface W_PDS_PRODUCT_D), error message is returned:
12:30:51 : Getting Run ID ..
12:30:51 : Calling Generic Hierarchy Importer procedure intf_generic_imp_hier for Run ID : 42
12:42:47 : ERROR: Validations failed for the Loaded Hierarchy prod
PL/SQL procedure successfully completed.
Insert:
begin
for i in ( select VALIDATE_TIME||','||SKU||','||SKU_LABEL||','||BRND||','||BRND_LABEL||','||SKUP||','||SKUP_LABEL||','||VNDR||','||VNDR_LABEL||','||LINE||','||LINE_LABEL||','||ASCL||','||ASCL_LABEL||','||SKUG||','||SKUG_LABEL||','||LPCL||','||LPCL_LABEL||','||DPBR||','||DPBR_LABEL||','||ACL2||','||ACL2_LABEL||','||STA1||','||STA1_LABEL||','||SCLS||','||SCLS_LABEL||','||ACL1||','||ACL1_LABEL||','||SCL2||','||SCL2_LABEL||','||DPBO||','||DPBO_LABEL||','||CLSS||','||CLSS_LABEL||','||SCL1||','||SCL1_LABEL||','||CONS||','||CONS_LABEL||','||DEP2||','||DEP2_LABEL||','||DEP3||','||DEP3_LABEL||','||DEPT||','||DEPT_LABEL||','||PGR3||','||PGR3_LABEL||','||PGR2||','||PGR2_LABEL||','||CLSG||','||CLSG_LABEL||','||DVS2||','||DVS2_LABEL||','||DVS3||','||DVS3_LABEL||','||PGRP||','||PGRP_LABEL||','||DVSN||','||DVSN_LABEL||','||CMP2||','||CMP2_LABEL||','||CMP3||','||CMP3_LABEL||','||CMPP||','||CMPP_LABEL||','||FORECAST_IND as error_data from rp_g_prod_s_err where error_desc='EMP:Multiple parents'FETCH FIRST 100 ROWS ONLY) loop
:1 := :1 || i.error_data || chr(10);
end loop;
end;
declare
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |