DBA Data[Home] [Help]

APPS.PER_PL_DISABILITY SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 34

PROCEDURE update_pl_disability(p_reason  VARCHAR2) IS
--
l_proc  VARCHAR2(72);
Line: 41

l_proc := g_package||'UPDATE_PL_PERSON';
Line: 49

END update_pl_disability;