DBA Data[Home] [Help]

APPS.RLM_CUM_SV dependencies on OE_MSG_PUB

Line 2195: OE_MSG_PUB.Count_And_Get(

2191: WHEN FND_API.G_EXC_ERROR THEN
2192: --
2193: --Get message count and data
2194: --
2195: OE_MSG_PUB.Count_And_Get(
2196: p_count => x_msg_count,
2197: p_data => x_msg_data);
2198: --
2199: x_return_status := FALSE;

Line 2216: x_msg_data := oe_msg_pub.get( p_msg_index => k,

2212: IF x_msg_count > 0 THEN
2213: --
2214: FOR k in 1 .. x_msg_count LOOP
2215: --
2216: x_msg_data := oe_msg_pub.get( p_msg_index => k,
2217: p_encoded => 'F');
2218: --
2219: fnd_file.put_line(fnd_file.log, x_msg_data);
2220: --

Line 2252: OE_MSG_PUB.Count_And_Get(

2248: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2249: --
2250: -- Get message count and data
2251: --
2252: OE_MSG_PUB.Count_And_Get(
2253: p_count => x_msg_count,
2254: p_data => x_msg_data);
2255: --
2256: v_msg_text := x_msg_data;

Line 2276: x_msg_data := oe_msg_pub.get( p_msg_index => k,

2272: IF x_msg_count > 0 THEN
2273: --
2274: FOR k in 1 .. x_msg_count LOOP
2275: --
2276: x_msg_data := oe_msg_pub.get( p_msg_index => k,
2277: p_encoded => 'F');
2278: --
2279: fnd_file.put_line(fnd_file.log, x_msg_data);
2280: --

Line 2312: OE_MSG_PUB.Count_And_Get(

2308: WHEN OTHERS THEN
2309: --
2310: -- Get message count and data
2311: --
2312: OE_MSG_PUB.Count_And_Get(
2313: p_count => x_msg_count,
2314: p_data => x_msg_data);
2315: --
2316: v_msg_text := x_msg_data;

Line 2333: x_msg_data := oe_msg_pub.get( p_msg_index => k,

2329: END IF;
2330: --
2331: FOR k in 1 .. x_msg_count LOOP
2332: --
2333: x_msg_data := oe_msg_pub.get( p_msg_index => k,
2334: p_encoded => 'F');
2335: --
2336: fnd_file.put_line(fnd_file.log, x_msg_data);
2337: --

Line 4244: OE_MSG_PUB.Count_And_Get(

4240: x_return_status := FALSE;
4241: --
4242: -- Get message count and data
4243: --
4244: OE_MSG_PUB.Count_And_Get(
4245: p_count => v_msg_count,
4246: p_data => v_msg_data);
4247: --
4248: IF (l_debug <> -1) THEN

Line 4266: v_msg_data := oe_msg_pub.get( p_msg_index => k,

4262: IF v_msg_count > 0 THEN --{
4263: --
4264: FOR k in 1 .. v_msg_count LOOP --{
4265: --
4266: v_msg_data := oe_msg_pub.get( p_msg_index => k,
4267: p_encoded=> 'F');
4268: --
4269: fnd_file.put_line(fnd_file.log, v_msg_data);
4270: --

Line 4308: OE_MSG_PUB.Count_And_Get(

4304: --
4305: --
4306: -- Get message count and data
4307: --
4308: OE_MSG_PUB.Count_And_Get(
4309: p_count => v_msg_count,
4310: p_data => v_msg_data);
4311: --
4312: IF (l_debug <> -1) THEN

Line 4329: v_msg_data := oe_msg_pub.get( p_msg_index => k,

4325: IF v_msg_count > 0 THEN --{
4326: --
4327: FOR k in 1 .. v_msg_count LOOP --{
4328: --
4329: v_msg_data := oe_msg_pub.get( p_msg_index => k,
4330: p_encoded=> 'F');
4331: --
4332: fnd_file.put_line(fnd_file.log, v_msg_data);
4333: --

Line 4373: OE_MSG_PUB.Count_And_Get(

4369: x_return_status := FALSE;
4370: --
4371: -- Get message count and data
4372: --
4373: OE_MSG_PUB.Count_And_Get(
4374: p_count => v_msg_count,
4375: p_data => v_msg_data);
4376: --
4377: IF (l_debug <> -1) THEN

Line 4395: v_msg_data := oe_msg_pub.get( p_msg_index => k,

4391: IF v_msg_count > 0 THEN --{
4392: --
4393: FOR k in 1 .. v_msg_count LOOP --{
4394: --
4395: v_msg_data := oe_msg_pub.get( p_msg_index => k,
4396: p_encoded=> 'F');
4397: --
4398: fnd_file.put_line(fnd_file.log, v_msg_data);
4399: --

Line 6305: OE_MSG_PUB.Count_And_Get(

6301: x_return_status := FALSE;
6302: --
6303: --Get message count and data
6304: --
6305: OE_MSG_PUB.Count_And_Get(
6306: p_count => v_msg_count,
6307: p_data => v_msg_data);
6308: --
6309: rlm_message_sv.get_msg_text(

Line 6328: v_msg_data := oe_msg_pub.get( p_msg_index => k,

6324: IF v_msg_count > 0 THEN
6325: --
6326: FOR k in 1 .. v_msg_count LOOP
6327: --
6328: v_msg_data := oe_msg_pub.get( p_msg_index => k,
6329: p_encoded => 'F');
6330: --
6331: fnd_file.put_line(fnd_file.log, v_msg_data);
6332: --

Line 6354: OE_MSG_PUB.Count_And_Get(

6350: x_return_status := FALSE;
6351: --
6352: --Get message count and data
6353: --
6354: OE_MSG_PUB.Count_And_Get(
6355: p_count => v_msg_count,
6356: p_data => v_msg_data);
6357: --
6358: rlm_message_sv.get_msg_text(

Line 6377: v_msg_data := oe_msg_pub.get( p_msg_index => k,

6373: IF v_msg_count > 0 THEN
6374: --
6375: FOR k in 1 .. v_msg_count LOOP
6376: --
6377: v_msg_data := oe_msg_pub.get( p_msg_index => k,
6378: p_encoded => 'F');
6379: --
6380: fnd_file.put_line(fnd_file.log, v_msg_data);
6381: --