DBA Data[Home] [Help]

APPS.HZ_EXTRACT_CUST_ACCT_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_cust_acct_id customer account ID.
26: -- p_parent_id Parent Id.
27: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
28: -- OUT:
29: -- x_cust_acct_obj Logical customer account 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_obj Logical customer account 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_obj Logical customer account 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_obj Logical customer account 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 75: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

71:
72:
73:
74: PROCEDURE get_cust_acct_bos(
75: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
76: p_parent_id IN NUMBER,
77: p_cust_acct_id IN NUMBER,
78: p_action_type IN VARCHAR2 := NULL,
79: x_cust_acct_objs OUT NOCOPY HZ_CUST_ACCT_BO_TBL,

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

95: -- IN:
96: -- p_init_msg_list Initialize message stack if it is set to
97: -- p_cust_acct_id customer account ID.
98: -- p_parent_id Parent Id.
99: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
100: -- OUT:
101: -- x_cust_acct_v2_obj Logical customer account record.
102: -- x_return_status Return status after the call. The status can
103: -- be fnd_api.g_ret_sts_success (success),

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

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

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

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

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

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

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

143:
144:
145:
146: PROCEDURE get_cust_acct_v2_bos(
147: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
148: p_parent_id IN NUMBER,
149: p_cust_acct_id IN NUMBER,
150: p_action_type IN VARCHAR2 := NULL,
151: x_cust_acct_v2_objs OUT NOCOPY HZ_CUST_ACCT_V2_BO_TBL,