DBA Data[Home] [Help]

APPS.WMS_UI_TASKS_APIS dependencies on FND_API

Line 11: x_return_status := fnd_api.g_ret_sts_success;

7: x_po_patch_level OUT NOCOPY NUMBER,
8: x_wms_patch_level OUT NOCOPY NUMBER)
9: IS
10: BEGIN
11: x_return_status := fnd_api.g_ret_sts_success;
12: x_msg_data := '';
13: x_inv_patch_level := WMS_UI_TASKS_APIS.g_inv_patch_level;
14: x_po_patch_level := WMS_UI_TASKS_APIS.g_po_patch_level;
15: x_wms_patch_level := WMS_UI_TASKS_APIS.g_wms_patch_level;