DBA Data[Home] [Help]

APPS.POS_ACK_SEARCH dependencies on PO_WF_ITEMKEY_S

Line 1985: select po_wf_itemkey_s.nextval

1981: pos_ack_comments(l_counter)
1982: );
1983:
1984: -- Call the workflow for sending notification to the Buyer
1985: select po_wf_itemkey_s.nextval
1986: into l_seq_val
1987: from dual;
1988:
1989: l_item_key := 'POS_PO_ACK_' || l_doc_id || '_' || to_char(l_seq_val);