DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_ORDER_IMPORT_WF

Line 6488: p_itemtype => OE_ORDER_IMPORT_WF.G_WFI_CONC_PGM,

6484: p_line_id => Null,
6485: p_customer_id => l_sold_to_org_id,
6486: p_orig_sys_document_ref => l_orig_sys_document_ref,
6487: p_change_sequence => l_change_sequence,
6488: p_itemtype => OE_ORDER_IMPORT_WF.G_WFI_CONC_PGM,
6489: p_party_id => l_party_id,
6490: p_party_site_id => l_party_site_id,
6491: p_transaction_type => l_acknowledgment_type,
6492: p_commit_flag => 'N',

Line 6715: p_start_from_flow => OE_ORDER_IMPORT_WF.G_WFI_PROC,

6711: p_order_imported => 'Y',
6712: p_sold_to_org_id => l_sold_to_org_id,
6713: p_change_sequence => l_change_sequence,
6714: p_org_id => l_org_id,
6715: p_start_from_flow => OE_ORDER_IMPORT_WF.G_WFI_PROC,
6716: p_check_for_delivery => 'N',
6717: x_return_status => l_return_status);
6718:
6719: END IF;