DBA Data[Home] [Help]

APPS.HZ_EXTRACT_PARTY_SITE_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_party_id party ID.
26: -- p_party_site_id party site ID. If this id is not passed in, multiple site objects will be returned.
27: -- p_party_site_os party site orig system.
28: -- p_party_site_osr party site orig system reference.

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

29: --
30: -- OUT:
31: -- x_party_site_objs Logical party site records.
32: -- x_return_status Return status after the call. The status can
33: -- be fnd_api.g_ret_sts_success (success),
34: -- fnd_api.g_ret_sts_error (error),
35: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
36: -- x_msg_count Number of messages in message stack.
37: -- x_msg_data Message text if x_msg_count is 1.

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

30: -- OUT:
31: -- x_party_site_objs Logical party site records.
32: -- x_return_status Return status after the call. The status can
33: -- be fnd_api.g_ret_sts_success (success),
34: -- fnd_api.g_ret_sts_error (error),
35: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
36: -- x_msg_count Number of messages in message stack.
37: -- x_msg_data Message text if x_msg_count is 1.
38: --

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

31: -- x_party_site_objs Logical party site records.
32: -- x_return_status Return status after the call. The status can
33: -- be fnd_api.g_ret_sts_success (success),
34: -- fnd_api.g_ret_sts_error (error),
35: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
36: -- x_msg_count Number of messages in message stack.
37: -- x_msg_data Message text if x_msg_count is 1.
38: --
39: -- NOTES

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

73: */
74:
75:
76: PROCEDURE get_party_site_bos(
77: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
78: p_party_id IN NUMBER,
79: p_party_site_id IN NUMBER,
80: p_action_type IN VARCHAR2 := NULL,
81: x_party_site_objs OUT NOCOPY HZ_PARTY_SITE_BO_TBL,