DBA Data[Home] [Help]

APPS.RLM_CUM_SV dependencies on OE_MSG_PUB

Line 2205: OE_MSG_PUB.Count_And_Get(

2201: WHEN FND_API.G_EXC_ERROR THEN
2202: --
2203: --Get message count and data
2204: --
2205: OE_MSG_PUB.Count_And_Get(
2206: p_count => x_msg_count,
2207: p_data => x_msg_data);
2208: --
2209: x_return_status := FALSE;

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

2222: IF x_msg_count > 0 THEN
2223: --
2224: FOR k in 1 .. x_msg_count LOOP
2225: --
2226: x_msg_data := oe_msg_pub.get( p_msg_index => k,
2227: p_encoded => 'F');
2228: --
2229: fnd_file.put_line(fnd_file.log, x_msg_data);
2230: --

Line 2262: OE_MSG_PUB.Count_And_Get(

2258: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2259: --
2260: -- Get message count and data
2261: --
2262: OE_MSG_PUB.Count_And_Get(
2263: p_count => x_msg_count,
2264: p_data => x_msg_data);
2265: --
2266: v_msg_text := x_msg_data;

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

2282: IF x_msg_count > 0 THEN
2283: --
2284: FOR k in 1 .. x_msg_count LOOP
2285: --
2286: x_msg_data := oe_msg_pub.get( p_msg_index => k,
2287: p_encoded => 'F');
2288: --
2289: fnd_file.put_line(fnd_file.log, x_msg_data);
2290: --

Line 2322: OE_MSG_PUB.Count_And_Get(

2318: WHEN OTHERS THEN
2319: --
2320: -- Get message count and data
2321: --
2322: OE_MSG_PUB.Count_And_Get(
2323: p_count => x_msg_count,
2324: p_data => x_msg_data);
2325: --
2326: v_msg_text := x_msg_data;

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

2339: END IF;
2340: --
2341: FOR k in 1 .. x_msg_count LOOP
2342: --
2343: x_msg_data := oe_msg_pub.get( p_msg_index => k,
2344: p_encoded => 'F');
2345: --
2346: fnd_file.put_line(fnd_file.log, x_msg_data);
2347: --

Line 4254: OE_MSG_PUB.Count_And_Get(

4250: x_return_status := FALSE;
4251: --
4252: -- Get message count and data
4253: --
4254: OE_MSG_PUB.Count_And_Get(
4255: p_count => v_msg_count,
4256: p_data => v_msg_data);
4257: --
4258: IF (l_debug <> -1) THEN

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

4272: IF v_msg_count > 0 THEN --{
4273: --
4274: FOR k in 1 .. v_msg_count LOOP --{
4275: --
4276: v_msg_data := oe_msg_pub.get( p_msg_index => k,
4277: p_encoded=> 'F');
4278: --
4279: fnd_file.put_line(fnd_file.log, v_msg_data);
4280: --

Line 4318: OE_MSG_PUB.Count_And_Get(

4314: --
4315: --
4316: -- Get message count and data
4317: --
4318: OE_MSG_PUB.Count_And_Get(
4319: p_count => v_msg_count,
4320: p_data => v_msg_data);
4321: --
4322: IF (l_debug <> -1) THEN

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

4335: IF v_msg_count > 0 THEN --{
4336: --
4337: FOR k in 1 .. v_msg_count LOOP --{
4338: --
4339: v_msg_data := oe_msg_pub.get( p_msg_index => k,
4340: p_encoded=> 'F');
4341: --
4342: fnd_file.put_line(fnd_file.log, v_msg_data);
4343: --

Line 4383: OE_MSG_PUB.Count_And_Get(

4379: x_return_status := FALSE;
4380: --
4381: -- Get message count and data
4382: --
4383: OE_MSG_PUB.Count_And_Get(
4384: p_count => v_msg_count,
4385: p_data => v_msg_data);
4386: --
4387: IF (l_debug <> -1) THEN

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

4401: IF v_msg_count > 0 THEN --{
4402: --
4403: FOR k in 1 .. v_msg_count LOOP --{
4404: --
4405: v_msg_data := oe_msg_pub.get( p_msg_index => k,
4406: p_encoded=> 'F');
4407: --
4408: fnd_file.put_line(fnd_file.log, v_msg_data);
4409: --

Line 6315: OE_MSG_PUB.Count_And_Get(

6311: x_return_status := FALSE;
6312: --
6313: --Get message count and data
6314: --
6315: OE_MSG_PUB.Count_And_Get(
6316: p_count => v_msg_count,
6317: p_data => v_msg_data);
6318: --
6319: rlm_message_sv.get_msg_text(

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

6334: IF v_msg_count > 0 THEN
6335: --
6336: FOR k in 1 .. v_msg_count LOOP
6337: --
6338: v_msg_data := oe_msg_pub.get( p_msg_index => k,
6339: p_encoded => 'F');
6340: --
6341: fnd_file.put_line(fnd_file.log, v_msg_data);
6342: --

Line 6364: OE_MSG_PUB.Count_And_Get(

6360: x_return_status := FALSE;
6361: --
6362: --Get message count and data
6363: --
6364: OE_MSG_PUB.Count_And_Get(
6365: p_count => v_msg_count,
6366: p_data => v_msg_data);
6367: --
6368: rlm_message_sv.get_msg_text(

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

6383: IF v_msg_count > 0 THEN
6384: --
6385: FOR k in 1 .. v_msg_count LOOP
6386: --
6387: v_msg_data := oe_msg_pub.get( p_msg_index => k,
6388: p_encoded => 'F');
6389: --
6390: fnd_file.put_line(fnd_file.log, v_msg_data);
6391: --