DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_PUT_AWAY dependencies on WMS_PUTAWAY_UTILS

Line 5102: l_drop_sub_type := wms_putaway_utils.get_subinventory_type(p_organization_id => p_org_id

5098: * the new parameters
5099: * End If;
5100: */
5101:
5102: l_drop_sub_type := wms_putaway_utils.get_subinventory_type(p_organization_id => p_org_id
5103: , p_subinventory_code => p_sub);
5104:
5105: IF (l_drop_sub_type < 0) THEN
5106: fnd_message.set_name('WMS', 'WMS_TASK_ERROR');

Line 7666: WMS_PUTAWAY_UTILS.ATF_For_Manual_Drop(

7662:
7663: mydebug('validate_against_rules: Calling ATF_For_Manual_Drop to abort the plan, if any');
7664:
7665: l_progress := '12';
7666: WMS_PUTAWAY_UTILS.ATF_For_Manual_Drop(
7667: x_return_status => x_return_status
7668: ,x_msg_count => x_msg_count
7669: ,x_msg_data => x_msg_data
7670: ,p_call_type => G_ATF_ABORT_PLAN

Line 8168: mydebug('create_user_suggestions: Calling WMS_PUTAWAY_UTILS.ATF_For_Manual_Drop to abort the plan, if any');

8164: mydebug('create_user_suggestions: Current release is above J.');
8165:
8166: BEGIN -- Abort op plan call
8167:
8168: mydebug('create_user_suggestions: Calling WMS_PUTAWAY_UTILS.ATF_For_Manual_Drop to abort the plan, if any');
8169:
8170: l_progress := '22';
8171: WMS_PUTAWAY_UTILS.ATF_For_Manual_Drop(
8172: x_return_status => x_return_status

Line 8171: WMS_PUTAWAY_UTILS.ATF_For_Manual_Drop(

8167:
8168: mydebug('create_user_suggestions: Calling WMS_PUTAWAY_UTILS.ATF_For_Manual_Drop to abort the plan, if any');
8169:
8170: l_progress := '22';
8171: WMS_PUTAWAY_UTILS.ATF_For_Manual_Drop(
8172: x_return_status => x_return_status
8173: ,x_msg_count => x_msg_count
8174: ,x_msg_data => x_msg_data
8175: ,p_call_type => G_ATF_ABORT_PLAN