DBA Data[Home] [Help]

APPS.HZ_STYLE_FMT_LAYOUT_V2PUB dependencies on FND_API

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

40: *
41: * ARGUMENTS
42: * IN:
43: * p_init_msg_list Initialize message stack if it is set to
44: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
45: * p_style_fmt_layout_rec Style record.
46: * IN/OUT:
47: * OUT:
48: * p_style_fmt_layout_id style_fmt_layout id

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

46: * IN/OUT:
47: * OUT:
48: * p_style_fmt_layout_id style_fmt_layout id
49: * x_return_status Return status after the call. The status can
50: * be FND_API.G_RET_STS_SUCCESS (success),
51: * FND_API.G_RET_STS_ERROR (error),
52: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
53: * x_msg_count Number of messages in message stack.
54: * x_msg_data Message text if x_msg_count is 1.

Line 51: * FND_API.G_RET_STS_ERROR (error),

47: * OUT:
48: * p_style_fmt_layout_id style_fmt_layout id
49: * x_return_status Return status after the call. The status can
50: * be FND_API.G_RET_STS_SUCCESS (success),
51: * FND_API.G_RET_STS_ERROR (error),
52: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
53: * x_msg_count Number of messages in message stack.
54: * x_msg_data Message text if x_msg_count is 1.
55: *

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

48: * p_style_fmt_layout_id style_fmt_layout id
49: * x_return_status Return status after the call. The status can
50: * be FND_API.G_RET_STS_SUCCESS (success),
51: * FND_API.G_RET_STS_ERROR (error),
52: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
53: * x_msg_count Number of messages in message stack.
54: * x_msg_data Message text if x_msg_count is 1.
55: *
56: * NOTES

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

61: *
62: */
63:
64: PROCEDURE create_style_fmt_layout (
65: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
66: p_style_fmt_layout_rec IN STYLE_FMT_LAYOUT_REC_TYPE,
67: x_style_fmt_layout_id OUT NOCOPY NUMBER,
68: x_return_status OUT NOCOPY VARCHAR2,
69: x_msg_count OUT NOCOPY NUMBER,

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

80: *
81: * ARGUMENTS
82: * IN:
83: * p_init_msg_list Initialize message stack if it is set to
84: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
85: * p_style_fmt_layout_rec Style record.
86: * IN/OUT:
87: * p_object_version_number Used for locking the being updated record.
88: * OUT:

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

86: * IN/OUT:
87: * p_object_version_number Used for locking the being updated record.
88: * OUT:
89: * x_return_status Return status after the call. The status can
90: * be FND_API.G_RET_STS_SUCCESS (success),
91: * FND_API.G_RET_STS_ERROR (error),
92: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
93: * x_msg_count Number of messages in message stack.
94: * x_msg_data Message text if x_msg_count is 1.

Line 91: * FND_API.G_RET_STS_ERROR (error),

87: * p_object_version_number Used for locking the being updated record.
88: * OUT:
89: * x_return_status Return status after the call. The status can
90: * be FND_API.G_RET_STS_SUCCESS (success),
91: * FND_API.G_RET_STS_ERROR (error),
92: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
93: * x_msg_count Number of messages in message stack.
94: * x_msg_data Message text if x_msg_count is 1.
95: *

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

88: * OUT:
89: * x_return_status Return status after the call. The status can
90: * be FND_API.G_RET_STS_SUCCESS (success),
91: * FND_API.G_RET_STS_ERROR (error),
92: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
93: * x_msg_count Number of messages in message stack.
94: * x_msg_data Message text if x_msg_count is 1.
95: *
96: * NOTES

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

101: *
102: */
103:
104: PROCEDURE update_style_fmt_layout (
105: p_init_msg_list IN VARCHAR2 :=FND_API.G_FALSE,
106: p_style_fmt_layout_rec IN STYLE_FMT_LAYOUT_REC_TYPE,
107: p_object_version_number IN OUT NOCOPY NUMBER,
108: x_return_status OUT NOCOPY VARCHAR2,
109: x_msg_count OUT NOCOPY NUMBER,

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

121: *
122: * ARGUMENTS
123: * IN:
124: * p_init_msg_list Initialize message stack if it is set to
125: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
126: * p_style_fmt_layout_code Style Code.
127: * IN/OUT:
128: * OUT:
129: * x_style_fmt_layout_rec Style record.

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

127: * IN/OUT:
128: * OUT:
129: * x_style_fmt_layout_rec Style record.
130: * x_return_status Return status after the call. The status can
131: * be FND_API.G_RET_STS_SUCCESS (success),
132: * FND_API.G_RET_STS_ERROR (error),
133: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
134: * x_msg_count Number of messages in message stack.
135: * x_msg_data Message text if x_msg_count is 1.

Line 132: * FND_API.G_RET_STS_ERROR (error),

128: * OUT:
129: * x_style_fmt_layout_rec Style record.
130: * x_return_status Return status after the call. The status can
131: * be FND_API.G_RET_STS_SUCCESS (success),
132: * FND_API.G_RET_STS_ERROR (error),
133: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
134: * x_msg_count Number of messages in message stack.
135: * x_msg_data Message text if x_msg_count is 1.
136: *

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

129: * x_style_fmt_layout_rec Style record.
130: * x_return_status Return status after the call. The status can
131: * be FND_API.G_RET_STS_SUCCESS (success),
132: * FND_API.G_RET_STS_ERROR (error),
133: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
134: * x_msg_count Number of messages in message stack.
135: * x_msg_data Message text if x_msg_count is 1.
136: *
137: * NOTES

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

142: *
143: */
144:
145: PROCEDURE get_style_fmt_layout_rec (
146: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
147: p_style_fmt_layout_id IN NUMBER,
148: x_style_fmt_layout_rec OUT NOCOPY STYLE_FMT_LAYOUT_REC_TYPE,
149: x_return_status OUT NOCOPY VARCHAR2,
150: x_msg_count OUT NOCOPY NUMBER,