Hello Everyone,
I am running OBIA recruitment offering to load warehouse from PeopleSoft. After complete data load we came to know that there is no data in hierarchy table W_INT_ORG_DH we backtrack the issue and found that W_INT_ORG_DHS have data but SILOS interface to load W_INT_ORG_DH table is not loading data in table.
After taking the query and analyzing we found that there is one join condition applied i.e. W_INT_ORG_DHS.BASE_ORG_NUM = W_INT_ORG_D.INTEGRATION_ID due to which no records is fetched by mapping.
After investigating it further we found that value in these columns are completely different.
In W_INT_ORG_DHS table BASE_ORG_NUM is like NODE~DEPARTMENT~COMMN~%
while In W_INT_ORG_D table INTEGRATION_ID is like DEPARTMENT~COMMN~%.
So what wrong is happening whether W_INT_ORG_DHS is getting wrongly populated or we would have some extra records in W_INT_ORG_D table to match with DHS table.
Thanks & Regards,
Vivek Kumar