DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on DUAL

Line 447: select to_char(okc_wf_notify_s1.nextval) into l_item_key from dual;

443:
444: OKC_API.init_msg_list(p_init_msg_list=>p_init_msg_list);
445:
446: --Get item key from sequence
447: select to_char(okc_wf_notify_s1.nextval) into l_item_key from dual;
448:
449: --get RESP_PARTY_CODE
450: OPEN getRespPartyCode;
451: FETCH getRespPartyCode INTO l_resp_party_code;