DBA Data[Home] [Help]

APPS.AMW_ASSESSMENTS_PVT dependencies on AMW_ASSESS_PROCEDURES_B

Line 60: delete from AMW_ASSESS_PROCEDURES_B

56:
57: delete from AMW_ASSESS_PROCEDURES_TL
58: where ASSESS_PROCEDURE_ID = p_assess_procedure_id;
59:
60: delete from AMW_ASSESS_PROCEDURES_B
61: where ASSESS_PROCEDURE_ID = p_assess_procedure_id;
62:
63: END IF; -- end of if: p_assess_procedure_id IS NOT NULL
64: