DBA Data[Home] [Help]

APPS.HZ_EXTRACT_ACCT_SITE_BO_PVT dependencies on FND_API

Line 27: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.

23: -- IN:
24: -- p_init_msg_list Initialize message stack if it is set to
25: -- p_parent_id parent id.
26: -- p_cust_acct_site_id customer account site ID.
27: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
28: -- OUT:
29: -- x_cust_acct_site_obj Logical customer account site record.
30: -- x_return_status Return status after the call. The status can
31: -- be fnd_api.g_ret_sts_success (success),

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

27: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
28: -- OUT:
29: -- x_cust_acct_site_obj Logical customer account site record.
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_cust_acct_site_obj Logical customer account site record.
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_cust_acct_site_obj Logical customer account site record.
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 77: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

73:
74:
75:
76: PROCEDURE get_cust_acct_site_bos(
77: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
78: p_parent_id IN NUMBER,
79: p_cust_acct_site_id IN NUMBER,
80: p_action_type IN VARCHAR2 := NULL,
81: x_cust_acct_site_objs OUT NOCOPY HZ_CUST_ACCT_SITE_BO_TBL,

Line 102: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.

98: -- IN:
99: -- p_init_msg_list Initialize message stack if it is set to
100: -- p_parent_id parent id.
101: -- p_cust_acct_site_id customer account site ID.
102: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
103: -- OUT:
104: -- x_cust_acct_site_v2_obj Logical customer account site record.
105: -- x_return_status Return status after the call. The status can
106: -- be fnd_api.g_ret_sts_success (success),

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

102: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
103: -- OUT:
104: -- x_cust_acct_site_v2_obj Logical customer account site record.
105: -- x_return_status Return status after the call. The status can
106: -- be fnd_api.g_ret_sts_success (success),
107: -- fnd_api.g_ret_sts_error (error),
108: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
109: -- x_msg_count Number of messages in message stack.
110: -- x_msg_data Message text if x_msg_count is 1.

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

103: -- OUT:
104: -- x_cust_acct_site_v2_obj Logical customer account site record.
105: -- x_return_status Return status after the call. The status can
106: -- be fnd_api.g_ret_sts_success (success),
107: -- fnd_api.g_ret_sts_error (error),
108: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
109: -- x_msg_count Number of messages in message stack.
110: -- x_msg_data Message text if x_msg_count is 1.
111: --

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

104: -- x_cust_acct_site_v2_obj Logical customer account site record.
105: -- x_return_status Return status after the call. The status can
106: -- be fnd_api.g_ret_sts_success (success),
107: -- fnd_api.g_ret_sts_error (error),
108: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
109: -- x_msg_count Number of messages in message stack.
110: -- x_msg_data Message text if x_msg_count is 1.
111: --
112: -- NOTES

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

148:
149:
150:
151: PROCEDURE get_cust_acct_site_v2_bos(
152: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
153: p_parent_id IN NUMBER,
154: p_cust_acct_site_id IN NUMBER,
155: p_action_type IN VARCHAR2 := NULL,
156: x_cust_acct_site_v2_objs OUT NOCOPY HZ_CUST_ACCT_SITE_V2_BO_TBL,