DBA Data[Home] [Help]

APPS.WMS_EPC_PUB dependencies on FND_API

Line 15: x_return_status := fnd_api.g_ret_sts_success;

11: x_return_mesg OUT nocopy VARCHAR2,
12: x_epc OUT nocopy VARCHAR2 )
13: IS
14: BEGIN
15: x_return_status := fnd_api.g_ret_sts_success;
16: x_return_mesg := NULL;
17: x_epc := NULL;
18:
19: END get_custom_epc;

Line 31: x_return_status := fnd_api.g_ret_sts_success;

27:
28:
29: IS
30: BEGIN
31: x_return_status := fnd_api.g_ret_sts_success;
32: X_company_prefix := NULL;
33:
34: END GET_CUSTOM_COMPANY_PREFIX;
35:

Line 46: x_return_status := fnd_api.g_ret_sts_success;

42:
43:
44: IS
45: BEGIN
46: x_return_status := fnd_api.g_ret_sts_success;
47: X_comp_prefix_index := NULL;
48:
49: END GET_CUSTOM_COMP_PREFIX_INDEX;
50: