DBA Data[Home] [Help]

APPS.WMS_WORKFLOW_WRAPPERS dependencies on WMS_TXNRSN_ACTIONS_PUB

Line 1536: mdebug('before calling wms_txnrsn_actions_pub.suggest_alternate_location ');

1532: INTO lp_sub_code,lp_locator_id, lp_line_num
1533: FROM mtl_material_transactions_temp
1534: WHERE transaction_temp_id=lp_mmtt_id;
1535: IF (l_debug = 1) THEN
1536: mdebug('before calling wms_txnrsn_actions_pub.suggest_alternate_location ');
1537: END IF;
1538:
1539: g_return_status := FND_API.G_RET_STS_SUCCESS; --Bug 6116046
1540: mdebug('Setting g_return_status to success');

Line 1541: wms_txnrsn_actions_pub.suggest_alternate_location

1537: END IF;
1538:
1539: g_return_status := FND_API.G_RET_STS_SUCCESS; --Bug 6116046
1540: mdebug('Setting g_return_status to success');
1541: wms_txnrsn_actions_pub.suggest_alternate_location
1542: (p_api_version_number =>lp_api_version_number
1543: , p_init_msg_lst =>lp_init_msg_lst
1544: , p_commit =>lp_commit
1545: , x_return_status =>lx_return_status

Line 1560: mdebug('After calling wms_txnrsn_actions_pub.suggest_alternate_location');

1556: , p_line_num =>lp_line_num
1557: );
1558:
1559: IF (l_debug = 1) THEN
1560: mdebug('After calling wms_txnrsn_actions_pub.suggest_alternate_location');
1561: END IF;
1562: -- setting the workflow attributes with the output results of
1563: -- the API wms_txnrsn_actions_pub.Inadequate_Qty
1564: wf_engine.SetItemAttrText(itemtype => l_workflow_name,

Line 1563: -- the API wms_txnrsn_actions_pub.Inadequate_Qty

1559: IF (l_debug = 1) THEN
1560: mdebug('After calling wms_txnrsn_actions_pub.suggest_alternate_location');
1561: END IF;
1562: -- setting the workflow attributes with the output results of
1563: -- the API wms_txnrsn_actions_pub.Inadequate_Qty
1564: wf_engine.SetItemAttrText(itemtype => l_workflow_name,
1565: itemkey => l_item_key,
1566: aname => 'XW_RETURN_STATUS',
1567: avalue => lx_return_status);

Line 2585: mdebug('Before calling wms_txnrsn_actions_pub.Inadequate Quantity');

2581: aname => 'PW_REASON_NAME');
2582:
2583:
2584: IF (l_debug = 1) THEN
2585: mdebug('Before calling wms_txnrsn_actions_pub.Inadequate Quantity');
2586: END IF;
2587:
2588:
2589: -- get data to call suggest_alternate_locatoin

Line 2604: wms_txnrsn_actions_pub.suggest_alternate_location

2600: INTO lp_sub_code,lp_locator_id, lp_line_num
2601: FROM mtl_material_transactions_temp
2602: WHERE transaction_temp_id=lp_mmtt_id;
2603:
2604: wms_txnrsn_actions_pub.suggest_alternate_location
2605: (p_api_version_number =>lp_api_version_number
2606: , p_init_msg_lst =>lp_init_msg_lst
2607: , p_commit =>lp_commit
2608: , x_return_status =>lx_return_status

Line 2623: mdebug('After calling wms_txnrsn_actions_pub.suggest_alternate_location');

2619: , p_line_num =>lp_line_num
2620: );
2621:
2622: IF (l_debug = 1) THEN
2623: mdebug('After calling wms_txnrsn_actions_pub.suggest_alternate_location');
2624: END IF;
2625: -- setting the workflow attributes with the output results of
2626: -- the API wms_txnrsn_actions_pub.Inadequate_Qty
2627: wf_engine.SetItemAttrText(itemtype => l_workflow_name,

Line 2626: -- the API wms_txnrsn_actions_pub.Inadequate_Qty

2622: IF (l_debug = 1) THEN
2623: mdebug('After calling wms_txnrsn_actions_pub.suggest_alternate_location');
2624: END IF;
2625: -- setting the workflow attributes with the output results of
2626: -- the API wms_txnrsn_actions_pub.Inadequate_Qty
2627: wf_engine.SetItemAttrText(itemtype => l_workflow_name,
2628: itemkey => l_item_key,
2629: aname => 'XW_RETURN_STATUS',
2630: avalue => lx_return_status);