DBA Data[Home] [Help]

APPS.HZ_HIERARCHY_PUB dependencies on FND_API

Line 38: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

34: *
35: * ARGUMENTS
36: * IN:
37: * p_init_msg_list Initialize message stack if it is set to
38: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
39: * p_hierarchy_node_rec Hierarchy node record.
40: * IN/OUT:
41: * OUT:
42: * x_return_status Return status after the call. The status can

Line 43: * be FND_API.G_RET_STS_SUCCESS (success),

39: * p_hierarchy_node_rec Hierarchy node record.
40: * IN/OUT:
41: * OUT:
42: * x_return_status Return status after the call. The status can
43: * be FND_API.G_RET_STS_SUCCESS (success),
44: * FND_API.G_RET_STS_ERROR (error),
45: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
46: * x_msg_count Number of messages in message stack.
47: * x_msg_data Message text if x_msg_count is 1.

Line 44: * FND_API.G_RET_STS_ERROR (error),

40: * IN/OUT:
41: * OUT:
42: * x_return_status Return status after the call. The status can
43: * be FND_API.G_RET_STS_SUCCESS (success),
44: * FND_API.G_RET_STS_ERROR (error),
45: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
46: * x_msg_count Number of messages in message stack.
47: * x_msg_data Message text if x_msg_count is 1.
48: *

Line 45: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

41: * OUT:
42: * x_return_status Return status after the call. The status can
43: * be FND_API.G_RET_STS_SUCCESS (success),
44: * FND_API.G_RET_STS_ERROR (error),
45: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
46: * x_msg_count Number of messages in message stack.
47: * x_msg_data Message text if x_msg_count is 1.
48: *
49: * NOTES

Line 58: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

54: *
55: */
56:
57: PROCEDURE create_link(
58: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
59: p_hierarchy_node_rec IN HIERARCHY_NODE_REC_TYPE,
60: x_return_status OUT NOCOPY VARCHAR2,
61: x_msg_count OUT NOCOPY NUMBER,
62: x_msg_data OUT NOCOPY VARCHAR2

Line 77: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

73: *
74: * ARGUMENTS
75: * IN:
76: * p_init_msg_list Initialize message stack if it is set to
77: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
78: * p_hierarchy_node_rec Hierarchy node record.
79: * IN/OUT:
80: * OUT:
81: * x_return_status Return status after the call. The status can

Line 82: * be FND_API.G_RET_STS_SUCCESS (success),

78: * p_hierarchy_node_rec Hierarchy node record.
79: * IN/OUT:
80: * OUT:
81: * x_return_status Return status after the call. The status can
82: * be FND_API.G_RET_STS_SUCCESS (success),
83: * FND_API.G_RET_STS_ERROR (error),
84: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
85: * x_msg_count Number of messages in message stack.
86: * x_msg_data Message text if x_msg_count is 1.

Line 83: * FND_API.G_RET_STS_ERROR (error),

79: * IN/OUT:
80: * OUT:
81: * x_return_status Return status after the call. The status can
82: * be FND_API.G_RET_STS_SUCCESS (success),
83: * FND_API.G_RET_STS_ERROR (error),
84: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
85: * x_msg_count Number of messages in message stack.
86: * x_msg_data Message text if x_msg_count is 1.
87: *

Line 84: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

80: * OUT:
81: * x_return_status Return status after the call. The status can
82: * be FND_API.G_RET_STS_SUCCESS (success),
83: * FND_API.G_RET_STS_ERROR (error),
84: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
85: * x_msg_count Number of messages in message stack.
86: * x_msg_data Message text if x_msg_count is 1.
87: *
88: * NOTES

Line 97: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

93: *
94: */
95:
96: PROCEDURE update_link(
97: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
98: p_hierarchy_node_rec IN HIERARCHY_NODE_REC_TYPE,
99: x_return_status OUT NOCOPY VARCHAR2,
100: x_msg_count OUT NOCOPY NUMBER,
101: x_msg_data OUT NOCOPY VARCHAR2