DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on DUAL

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

390:
391: OKC_API.init_msg_list(p_init_msg_list=>p_init_msg_list);
392:
393: --Get item key from sequence
394: select to_char(okc_wf_notify_s1.nextval) into l_item_key from dual;
395:
396: --get RESP_PARTY_CODE
397: OPEN getRespPartyCode;
398: FETCH getRespPartyCode INTO l_resp_party_code;