DBA Data[Home] [Help]

APPS.HZ_EXTRACT_EXT_ATTRI_BO_PVT dependencies on FND_API

Line 24: -- p_init_msg_list Initialize message stack if it is set to FND_API.G_TRUE. Default is FND_API.G_FALSE.

20: -- EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
21: --
22: -- ARGUMENTS
23: -- IN:
24: -- p_init_msg_list Initialize message stack if it is set to FND_API.G_TRUE. Default is FND_API.G_FALSE.
25: -- p_ext_object_id ext object ID.ex: party_id, party_site_id
26: -- p_ext_object_name ext object name. ex: HZ_PERSON_PROFILES, etc
27: --
28: -- OUT:

Line 31: -- be fnd_api.g_ret_sts_success (success),

27: --
28: -- OUT:
29: -- x_ext_attribute_objs Table of extensibility attribute objects.
30: -- x_return_status Return status after the call. The status can
31: -- be fnd_api.g_ret_sts_success (success),
32: -- fnd_api.g_ret_sts_error (error),
33: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
34: -- x_msg_count Number of messages in message stack.
35: -- x_msg_data Message text if x_msg_count is 1.

Line 32: -- fnd_api.g_ret_sts_error (error),

28: -- OUT:
29: -- x_ext_attribute_objs Table of extensibility attribute objects.
30: -- x_return_status Return status after the call. The status can
31: -- be fnd_api.g_ret_sts_success (success),
32: -- fnd_api.g_ret_sts_error (error),
33: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
34: -- x_msg_count Number of messages in message stack.
35: -- x_msg_data Message text if x_msg_count is 1.
36: --

Line 33: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

29: -- x_ext_attribute_objs Table of extensibility attribute objects.
30: -- x_return_status Return status after the call. The status can
31: -- be fnd_api.g_ret_sts_success (success),
32: -- fnd_api.g_ret_sts_error (error),
33: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
34: -- x_msg_count Number of messages in message stack.
35: -- x_msg_data Message text if x_msg_count is 1.
36: --
37: -- NOTES

Line 48: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

44:
45:
46:
47: PROCEDURE get_ext_attribute_bos(
48: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
49: p_ext_object_id IN NUMBER,
50: p_ext_object_name IN VARCHAR2,
51: p_action_type IN VARCHAR2 := NULL,
52: x_ext_attribute_objs OUT NOCOPY HZ_EXT_ATTRIBUTE_OBJ_TBL,