DBA Data[Home] [Help]

APPS.JTF_TTY_NA_WF dependencies on JTF_TTY_NAMED_ACCTS_S

Line 320: select JTF_TTY_NAMED_ACCTS_S.nextval

316: from jtf_tty_named_accts
317: where party_id = p_party_id;
318: else
319: -- create a new named account for the party, if one does not exist
320: select JTF_TTY_NAMED_ACCTS_S.nextval
321: into x_account_id
322: from dual;
323: end if;
324: