DBA Data[Home] [Help]

APPS.IBY_ACCTTYPE_PKG dependencies on DUAL

Line 17: from dual;

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
21: SELECT accttypeid