DBA Data[Home] [Help]

APPS.PQP_ATD_INS dependencies on PQP_ATD_BUS

Line 388: pqp_atd_bus.insert_validate(p_rec ,

384: hr_utility.set_location('Entering:'||l_proc, 5);
385: --
386: -- Call the supporting insert validate operations
387: --
388: pqp_atd_bus.insert_validate(p_rec ,
389: p_effective_date );
390:
391: /* Added the code below to append the error text/ error indicator */
392: IF (pqp_atd_bus.g_error_message IS NOT NULL) THEN

Line 392: IF (pqp_atd_bus.g_error_message IS NOT NULL) THEN

388: pqp_atd_bus.insert_validate(p_rec ,
389: p_effective_date );
390:
391: /* Added the code below to append the error text/ error indicator */
392: IF (pqp_atd_bus.g_error_message IS NOT NULL) THEN
393: p_rec.error_text := p_rec.error_text ||
394: pqp_atd_bus.g_error_message;
395: p_rec.error_indicator := 'ERROR';
396: END IF;

Line 394: pqp_atd_bus.g_error_message;

390:
391: /* Added the code below to append the error text/ error indicator */
392: IF (pqp_atd_bus.g_error_message IS NOT NULL) THEN
393: p_rec.error_text := p_rec.error_text ||
394: pqp_atd_bus.g_error_message;
395: p_rec.error_indicator := 'ERROR';
396: END IF;
397:
398: