DBA Data[Home] [Help]

APPS.FF_ARC_BUS SQL Statements

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

Line: 14

procedure chk_non_updateable_args
  (p_rec 	in	ff_arc_shd.g_rec_type) is
--
   l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
Line: 64

end chk_non_updateable_args;
Line: 69

Procedure insert_validate(p_rec in ff_arc_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'insert_validate';
Line: 83

End insert_validate;
Line: 88

Procedure update_validate(p_rec in ff_arc_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'update_validate';
Line: 99

  chk_non_updateable_args(p_rec);
Line: 106

End update_validate;