DBA Data[Home] [Help]

APPS.JTF_ROLE_VERIFICATION SQL Statements

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

Line: 10

procedure update_auth_principal_id(
    old_auth_principal_id in number
  , new_auth_principal_id in number
) is

  l_plsql_block     varchar2(256);
Line: 33

    '  jtf_um_role_verification.update_auth_principal_id(:a, :b);' ||