DBA Data[Home] [Help]

APPS.WMS_STRATEGY_PVT dependencies on WMS_RE_CUSTOM_PUB

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

909: -- Changed ...
910: -- Previous version
911: --
912: -- Initial version 1.0
913: -- Notes : calls stub procedure WMS_re_Custom_PUB.SearchForStrategy
914: -- and API's of Wms_re_common_pvt
915: -- End of comments
916:
917: procedure Search (

Line 1150: wms_re_Custom_PUB.SearchForStrategy (

1146: l_organization_id := p_organization_id;
1147: END IF;
1148:
1149: -- Call custom-specific strategy search stub procedure
1150: wms_re_Custom_PUB.SearchForStrategy (
1151: p_init_msg_list
1152: ,x_return_status
1153: ,x_msg_count
1154: ,x_msg_data

Line 1178: -- WMS_re_Custom_PUB.SearchForStrategy returned wrong status

1174: x_return_status := fnd_api.g_ret_sts_success;
1175: -- every other return status seems to be unexpected: leave
1176: else
1177: fnd_message.set_name('WMS','WMS_INVALID_RETURN_STATUS');
1178: -- WMS_re_Custom_PUB.SearchForStrategy returned wrong status
1179: fnd_msg_pub.add;
1180: If (l_debug = 1) then
1181: log_error_msg(l_api_name, 'bad_return_status');
1182: End if;