DBA Data[Home] [Help]

APPS.WMS_EPC_PUB dependencies on FND_API

Line 13: x_return_status := fnd_api.g_ret_sts_success;

9:
10:
11: IS
12: BEGIN
13: x_return_status := fnd_api.g_ret_sts_success;
14: X_company_prefix := NULL;
15:
16: END GET_CUSTOM_COMPANY_PREFIX;
17:

Line 28: x_return_status := fnd_api.g_ret_sts_success;

24:
25:
26: IS
27: BEGIN
28: x_return_status := fnd_api.g_ret_sts_success;
29: X_comp_prefix_index := NULL;
30:
31: END GET_CUSTOM_COMP_PREFIX_INDEX;
32:

Line 56: x_return_status := fnd_api.g_ret_sts_success;

52: x_return_mesg OUT nocopy VARCHAR2,
53: x_epc OUT nocopy VARCHAR2 )
54: IS
55: BEGIN
56: x_return_status := fnd_api.g_ret_sts_success;
57: x_return_mesg := NULL;
58: x_epc := NULL;
59:
60: END get_custom_epc;