DBA Data[Home] [Help]

APPS.IBY_ACCTTYPE_PKG dependencies on IBY_ACCTTYPE_S

Line 16: select iby_accttype_s.nextval

12: io_accttypeid in out nocopy iby_accttype.accttypeid%type)
13: is
14: l_accttypeid iby_accttype.accttypeid%type;
15: cursor c_accttypeid is
16: select iby_accttype_s.nextval
17: from dual;
18: cursor c_get_accttypeid(ci_accttype in iby_accttype.accttype%type,
19: ci_instrtype in iby_accttype.instrtype%type)
20: is