DBA Data[Home] [Help]

APPS.OE_PC_VTMPLTS_PKG dependencies on OE_PC_CONDITIONS

Line 516: FROM oe_pc_conditions

512: into dummy
513: FROM dual
514: WHERE NOT EXISTS
515: (SELECT 1
516: FROM oe_pc_conditions
517: WHERE validation_tmplt_id = x_validation_tmplt_id);
518: EXCEPTION
519: WHEN NO_DATA_FOUND THEN
520: fnd_message.set_name('ONT', 'OE_PC_VT_REF_EXISTS');