DBA Data[Home] [Help]

APPS.HZ_ORIG_SYSTEM_REF_BO_PUB dependencies on FND_API

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

38: --
39: -- ARGUMENTS
40: -- IN:
41: -- p_init_msg_list Initialize message stack if it is set to
42: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
43: -- p_orig_sys_refs List of original system reference objects.
44: -- p_created_by_module Created by module.
45: -- OUT:
46: -- x_return_status Return status after the call. The status can

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

43: -- p_orig_sys_refs List of original system reference objects.
44: -- p_created_by_module Created by module.
45: -- OUT:
46: -- x_return_status Return status after the call. The status can
47: -- be fnd_api.g_ret_sts_success (success),
48: -- fnd_api.g_ret_sts_error (error),
49: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
50: -- x_msg_count Number of messages in message stack.
51: -- x_msg_data Message text if x_msg_count is 1.

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

44: -- p_created_by_module Created by module.
45: -- OUT:
46: -- x_return_status Return status after the call. The status can
47: -- be fnd_api.g_ret_sts_success (success),
48: -- fnd_api.g_ret_sts_error (error),
49: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
50: -- x_msg_count Number of messages in message stack.
51: -- x_msg_data Message text if x_msg_count is 1.
52: --

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

45: -- OUT:
46: -- x_return_status Return status after the call. The status can
47: -- be fnd_api.g_ret_sts_success (success),
48: -- fnd_api.g_ret_sts_error (error),
49: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
50: -- x_msg_count Number of messages in message stack.
51: -- x_msg_data Message text if x_msg_count is 1.
52: --
53: -- NOTES

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

56: --
57: -- 14-DEC-2004 Arnold Ng Created.
58: --
59: PROCEDURE create_orig_sys_refs_bo(
60: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
61: p_orig_sys_refs IN HZ_ORIG_SYS_REF_OBJ_TBL,
62: p_created_by_module IN VARCHAR2,
63: x_return_status OUT NOCOPY VARCHAR2,
64: x_msg_count OUT NOCOPY NUMBER,

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

98: --
99: -- ARGUMENTS
100: -- IN:
101: -- p_init_msg_list Initialize message stack if it is set to
102: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
103: -- p_orig_sys_refs List of original system reference objects.
104: -- OUT:
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: -- p_orig_sys_refs List of original system reference objects.
104: -- OUT:
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: -- p_orig_sys_refs List of original system reference objects.
104: -- OUT:
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: -- OUT:
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 120: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

116: -- 14-DEC-2004 Arnold Ng Created.
117: --
118:
119: PROCEDURE update_orig_sys_refs_bo(
120: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
121: p_orig_sys_refs IN HZ_ORIG_SYS_REF_OBJ_TBL,
122: x_return_status OUT NOCOPY VARCHAR2,
123: x_msg_count OUT NOCOPY NUMBER,
124: x_msg_data OUT NOCOPY VARCHAR2

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

156: --
157: -- ARGUMENTS
158: -- IN:
159: -- p_init_msg_list Initialize message stack if it is set to
160: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
161: -- p_orig_sys_refs List of original system reference objects.
162: -- OUT:
163: -- x_return_status Return status after the call. The status can
164: -- be fnd_api.g_ret_sts_success (success),

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

160: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
161: -- p_orig_sys_refs List of original system reference objects.
162: -- OUT:
163: -- x_return_status Return status after the call. The status can
164: -- be fnd_api.g_ret_sts_success (success),
165: -- fnd_api.g_ret_sts_error (error),
166: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
167: -- x_msg_count Number of messages in message stack.
168: -- x_msg_data Message text if x_msg_count is 1.

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

161: -- p_orig_sys_refs List of original system reference objects.
162: -- OUT:
163: -- x_return_status Return status after the call. The status can
164: -- be fnd_api.g_ret_sts_success (success),
165: -- fnd_api.g_ret_sts_error (error),
166: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
167: -- x_msg_count Number of messages in message stack.
168: -- x_msg_data Message text if x_msg_count is 1.
169: --

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

162: -- OUT:
163: -- x_return_status Return status after the call. The status can
164: -- be fnd_api.g_ret_sts_success (success),
165: -- fnd_api.g_ret_sts_error (error),
166: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
167: -- x_msg_count Number of messages in message stack.
168: -- x_msg_data Message text if x_msg_count is 1.
169: --
170: -- NOTES

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

173: --
174: -- 14-DEC-2004 Arnold Ng Created.
175:
176: PROCEDURE remap_internal_identifiers_bo(
177: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
178: p_orig_sys_refs IN REMAP_ORIG_SYS_REC,
179: x_return_status OUT NOCOPY VARCHAR2,
180: x_msg_count OUT NOCOPY NUMBER,
181: x_msg_data OUT NOCOPY VARCHAR2