DBA Data[Home] [Help]

APPS.PO_AME_WF_PVT dependencies on DUAL

Line 778: FROM sys.dual;

774:
775: --Fetch new item key
776: SELECT TO_CHAR (l_document_id)||'-'||TO_CHAR (po_wf_itemkey_s.nextval)
777: INTO l_item_key
778: FROM sys.dual;
779:
780: --Create the parallel process
781: wf_engine.CreateProcess ( itemtype => itemtype,
782: itemkey => l_item_key,

Line 3352: FROM dual

3348:
3349: BEGIN
3350: SELECT 'Y'
3351: INTO l_duplicate_filenames
3352: FROM dual
3353: WHERE EXISTS ( SELECT fl.file_name
3354: FROM fnd_documents d,
3355: fnd_attached_documents ad,
3356: fnd_doc_category_usages dcu,