DBA Data[Home] [Help]

APPS.WMS_STRATEGY_PVT dependencies on WMS_RE_CUSTOM_PUB

Line 875: -- Notes : calls stub procedure WMS_re_Custom_PUB.SearchForStrategy

871: -- Changed ...
872: -- Previous version
873: --
874: -- Initial version 1.0
875: -- Notes : calls stub procedure WMS_re_Custom_PUB.SearchForStrategy
876: -- and API's of Wms_re_common_pvt
877: -- End of comments
878:
879: procedure Search (

Line 1112: wms_re_Custom_PUB.SearchForStrategy (

1108: l_organization_id := p_organization_id;
1109: END IF;
1110:
1111: -- Call custom-specific strategy search stub procedure
1112: wms_re_Custom_PUB.SearchForStrategy (
1113: p_init_msg_list
1114: ,x_return_status
1115: ,x_msg_count
1116: ,x_msg_data

Line 1140: -- WMS_re_Custom_PUB.SearchForStrategy returned wrong status

1136: x_return_status := fnd_api.g_ret_sts_success;
1137: -- every other return status seems to be unexpected: leave
1138: else
1139: fnd_message.set_name('WMS','WMS_INVALID_RETURN_STATUS');
1140: -- WMS_re_Custom_PUB.SearchForStrategy returned wrong status
1141: fnd_msg_pub.add;
1142: If (l_debug = 1) then
1143: log_error_msg(l_api_name, 'bad_return_status');
1144: End if;