DBA Data[Home] [Help]

APPS.HZ_RELATIONSHIP_TYPE_V2PUB dependencies on FND_API

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

51: *
52: * ARGUMENTS
53: * IN:
54: * p_init_msg_list Initialize message stack if it is set to
55: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
56: * p_relationship_type_rec Relationship type record.
57: * IN/OUT:
58: * OUT:
59: * x_relationship_type_id Relationship type ID.

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

57: * IN/OUT:
58: * OUT:
59: * x_relationship_type_id Relationship type ID.
60: * x_return_status Return status after the call. The status can
61: * be FND_API.G_RET_STS_SUCCESS (success),
62: * FND_API.G_RET_STS_ERROR (error),
63: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
64: * x_msg_count Number of messages in message stack.
65: * x_msg_data Message text if x_msg_count is 1.

Line 62: * FND_API.G_RET_STS_ERROR (error),

58: * OUT:
59: * x_relationship_type_id Relationship type ID.
60: * x_return_status Return status after the call. The status can
61: * be FND_API.G_RET_STS_SUCCESS (success),
62: * FND_API.G_RET_STS_ERROR (error),
63: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
64: * x_msg_count Number of messages in message stack.
65: * x_msg_data Message text if x_msg_count is 1.
66: *

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

59: * x_relationship_type_id Relationship type ID.
60: * x_return_status Return status after the call. The status can
61: * be FND_API.G_RET_STS_SUCCESS (success),
62: * FND_API.G_RET_STS_ERROR (error),
63: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
64: * x_msg_count Number of messages in message stack.
65: * x_msg_data Message text if x_msg_count is 1.
66: *
67: * NOTES

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

84: * @rep:doccd 120hztig.pdf Relationship Type APIs, Oracle Trading Community Architecture Technical Implementation Guide
85: */
86:
87: PROCEDURE create_relationship_type (
88: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
89: p_relationship_type_rec IN RELATIONSHIP_TYPE_REC_TYPE,
90: x_relationship_type_id OUT NOCOPY NUMBER,
91: x_return_status OUT NOCOPY VARCHAR2,
92: x_msg_count OUT NOCOPY NUMBER,

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

103: *
104: * ARGUMENTS
105: * IN:
106: * p_init_msg_list Initialize message stack if it is set to
107: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
108: * p_relationship_type_rec Relationship type record.
109: * IN/OUT:
110: * OUT:
111: * x_relationship_type_id Relationship type ID.

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

109: * IN/OUT:
110: * OUT:
111: * x_relationship_type_id Relationship type ID.
112: * x_return_status Return status after the call. The status can
113: * be FND_API.G_RET_STS_SUCCESS (success),
114: * FND_API.G_RET_STS_ERROR (error),
115: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
116: * x_msg_count Number of messages in message stack.
117: * x_msg_data Message text if x_msg_count is 1.

Line 114: * FND_API.G_RET_STS_ERROR (error),

110: * OUT:
111: * x_relationship_type_id Relationship type ID.
112: * x_return_status Return status after the call. The status can
113: * be FND_API.G_RET_STS_SUCCESS (success),
114: * FND_API.G_RET_STS_ERROR (error),
115: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
116: * x_msg_count Number of messages in message stack.
117: * x_msg_data Message text if x_msg_count is 1.
118: *

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

111: * x_relationship_type_id Relationship type ID.
112: * x_return_status Return status after the call. The status can
113: * be FND_API.G_RET_STS_SUCCESS (success),
114: * FND_API.G_RET_STS_ERROR (error),
115: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
116: * x_msg_count Number of messages in message stack.
117: * x_msg_data Message text if x_msg_count is 1.
118: *
119: * NOTES

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

132: * @rep:displayname Update Relationship Type
133: * @rep:doccd 120hztig.pdf Relationship Type APIs, Oracle Trading Community Architecture Technical Implementation Guide
134: */
135: PROCEDURE update_relationship_type (
136: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
137: p_relationship_type_rec IN RELATIONSHIP_TYPE_REC_TYPE,
138: p_object_version_number IN OUT NOCOPY NUMBER,
139: x_return_status OUT NOCOPY VARCHAR2,
140: x_msg_count OUT NOCOPY NUMBER,