DBA Data[Home] [Help]

APPS.CSI_T_UI_PVT dependencies on WF_ENGINE

Line 152: l_receipt_node_found := wf_engine.activity_exist_in_process(

148:
149: IF l_shippable_flag = 'N' THEN
150: px_txn_type_id := 54;
151: ELSE
152: l_receipt_node_found := wf_engine.activity_exist_in_process(
153: p_item_type => 'OEOL',
154: p_item_key => to_char(p_order_line_id),
155: p_activity_item_type => 'OEOL',
156: p_activity_name => 'RMA_RECEIVING_SUB');