DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_ORDER_IMPORT_WF

Line 6124: p_itemtype => OE_ORDER_IMPORT_WF.G_WFI_CONC_PGM,

6120: p_line_id => Null,
6121: p_customer_id => l_sold_to_org_id,
6122: p_orig_sys_document_ref => l_orig_sys_document_ref,
6123: p_change_sequence => l_change_sequence,
6124: p_itemtype => OE_ORDER_IMPORT_WF.G_WFI_CONC_PGM,
6125: p_party_id => l_party_id,
6126: p_party_site_id => l_party_site_id,
6127: p_transaction_type => l_acknowledgment_type,
6128: p_commit_flag => 'N',

Line 6351: p_start_from_flow => OE_ORDER_IMPORT_WF.G_WFI_PROC,

6347: p_order_imported => 'Y',
6348: p_sold_to_org_id => l_sold_to_org_id,
6349: p_change_sequence => l_change_sequence,
6350: p_org_id => l_org_id,
6351: p_start_from_flow => OE_ORDER_IMPORT_WF.G_WFI_PROC,
6352: p_check_for_delivery => 'N',
6353: x_return_status => l_return_status);
6354:
6355: END IF;