DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_PUT_AWAY dependencies on WMS_PUTAWAY_UTILS

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

5324: * the new parameters
5325: * End If;
5326: */
5327:
5328: l_drop_sub_type := wms_putaway_utils.get_subinventory_type(p_organization_id => p_org_id
5329: , p_subinventory_code => p_sub);
5330:
5331: IF (l_drop_sub_type < 0) THEN
5332: fnd_message.set_name('WMS', 'WMS_TASK_ERROR');

Line 8003: WMS_PUTAWAY_UTILS.ATF_For_Manual_Drop(

7999:
8000: mydebug('validate_against_rules: Calling ATF_For_Manual_Drop to abort the plan, if any');
8001:
8002: l_progress := '12';
8003: WMS_PUTAWAY_UTILS.ATF_For_Manual_Drop(
8004: x_return_status => x_return_status
8005: ,x_msg_count => x_msg_count
8006: ,x_msg_data => x_msg_data
8007: ,p_call_type => G_ATF_ABORT_PLAN

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

8505: mydebug('create_user_suggestions: Current release is above J.');
8506:
8507: BEGIN -- Abort op plan call
8508:
8509: mydebug('create_user_suggestions: Calling WMS_PUTAWAY_UTILS.ATF_For_Manual_Drop to abort the plan, if any');
8510:
8511: l_progress := '22';
8512: WMS_PUTAWAY_UTILS.ATF_For_Manual_Drop(
8513: x_return_status => x_return_status

Line 8512: WMS_PUTAWAY_UTILS.ATF_For_Manual_Drop(

8508:
8509: mydebug('create_user_suggestions: Calling WMS_PUTAWAY_UTILS.ATF_For_Manual_Drop to abort the plan, if any');
8510:
8511: l_progress := '22';
8512: WMS_PUTAWAY_UTILS.ATF_For_Manual_Drop(
8513: x_return_status => x_return_status
8514: ,x_msg_count => x_msg_count
8515: ,x_msg_data => x_msg_data
8516: ,p_call_type => G_ATF_ABORT_PLAN