Table details that Store Error messages when "Load Data from PBL file" process is triggered
Summary
PAY_MESSAGE_LINES table is not storing validation message when "Load Data from PBL file" process is run.Content
- PAY_MESSAGE_LINES stores messages when HDL transformation FF attached with "Load Data from file" is run but when "Load Data from PBL file" is run with transformation FF and seeded “PBL to HDL Element entry “("HDL Data loader" type fast formula) is used, validation errors are not captured in PAY_MESSAGE_LINES table .
Validation error created from code for point1 :
IF MESSAGE != 'LINE ERRORS: ' THEN
(
RET = ESS_LOG_WRITE('Entering Error Message')
MESSAGELEVEL = 'F'
MESSAGE = PERSON_NUMBER || '|' || MESSAGE
0