DBA Data[Home] [Help]

APPS.WMS_POSTALLOC_PVT dependencies on WMS_POSTALLOC_PVT

Line 1: PACKAGE BODY wms_postalloc_pvt AS

1: PACKAGE BODY wms_postalloc_pvt AS
2: /* $Header: WMSVPRPB.pls 120.10.12020000.4 2013/02/26 21:05:36 sahmahes ship $*/
3:
4: g_pkg_body_ver CONSTANT VARCHAR2(100) := '$Header $';
5: g_newline CONSTANT VARCHAR2(10) := fnd_global.newline;

Line 5042: WMS_POSTALLOC_PVT.split_one_task

5038:
5039: FOR ii IN l_mmtt_temp_id.FIRST .. l_mmtt_temp_id.LAST
5040: LOOP --{
5041: l_api_return_status := fnd_api.g_ret_sts_success;
5042: WMS_POSTALLOC_PVT.split_one_task
5043: ( p_mmtt_temp_id => l_mmtt_temp_id(ii)
5044: , x_return_status => l_api_return_status
5045: );
5046:

Line 7482: END wms_postalloc_pvt;

7478: END print_labels;
7479:
7480:
7481:
7482: END wms_postalloc_pvt;