DBA Data[Home] [Help]

APPS.LNS_WORK_FLOW dependencies on FND_MSG_PUB

Line 1786: IF (fnd_msg_pub.count_msg > 0) THEN

1782: );
1783:
1784: -- Check for errors
1785:
1786: IF (fnd_msg_pub.count_msg > 0) THEN
1787: FOR i IN 1..fnd_msg_pub.count_msg
1788: LOOP
1789: fnd_msg_pub.get( p_msg_index => i,
1790: p_encoded => 'F',

Line 1787: FOR i IN 1..fnd_msg_pub.count_msg

1783:
1784: -- Check for errors
1785:
1786: IF (fnd_msg_pub.count_msg > 0) THEN
1787: FOR i IN 1..fnd_msg_pub.count_msg
1788: LOOP
1789: fnd_msg_pub.get( p_msg_index => i,
1790: p_encoded => 'F',
1791: p_data => l_msg_data,

Line 1789: fnd_msg_pub.get( p_msg_index => i,

1785:
1786: IF (fnd_msg_pub.count_msg > 0) THEN
1787: FOR i IN 1..fnd_msg_pub.count_msg
1788: LOOP
1789: fnd_msg_pub.get( p_msg_index => i,
1790: p_encoded => 'F',
1791: p_data => l_msg_data,
1792: p_msg_index_out => l_msg_index_out
1793: );

Line 2020: IF (fnd_msg_pub.count_msg > 0) THEN

2016: );
2017:
2018: -- Check for errors
2019:
2020: IF (fnd_msg_pub.count_msg > 0) THEN
2021: FOR i IN 1..fnd_msg_pub.count_msg
2022: LOOP
2023: fnd_msg_pub.get( p_msg_index => i,
2024: p_encoded => 'F',

Line 2021: FOR i IN 1..fnd_msg_pub.count_msg

2017:
2018: -- Check for errors
2019:
2020: IF (fnd_msg_pub.count_msg > 0) THEN
2021: FOR i IN 1..fnd_msg_pub.count_msg
2022: LOOP
2023: fnd_msg_pub.get( p_msg_index => i,
2024: p_encoded => 'F',
2025: p_data => l_msg_data,

Line 2023: fnd_msg_pub.get( p_msg_index => i,

2019:
2020: IF (fnd_msg_pub.count_msg > 0) THEN
2021: FOR i IN 1..fnd_msg_pub.count_msg
2022: LOOP
2023: fnd_msg_pub.get( p_msg_index => i,
2024: p_encoded => 'F',
2025: p_data => l_msg_data,
2026: p_msg_index_out => l_msg_index_out
2027: );

Line 2284: IF (fnd_msg_pub.count_msg > 0) THEN

2280: );
2281:
2282: -- Check for errors
2283:
2284: IF (fnd_msg_pub.count_msg > 0) THEN
2285: FOR i IN 1..fnd_msg_pub.count_msg
2286: LOOP
2287: fnd_msg_pub.get( p_msg_index => i,
2288: p_encoded => 'F',

Line 2285: FOR i IN 1..fnd_msg_pub.count_msg

2281:
2282: -- Check for errors
2283:
2284: IF (fnd_msg_pub.count_msg > 0) THEN
2285: FOR i IN 1..fnd_msg_pub.count_msg
2286: LOOP
2287: fnd_msg_pub.get( p_msg_index => i,
2288: p_encoded => 'F',
2289: p_data => l_msg_data,

Line 2287: fnd_msg_pub.get( p_msg_index => i,

2283:
2284: IF (fnd_msg_pub.count_msg > 0) THEN
2285: FOR i IN 1..fnd_msg_pub.count_msg
2286: LOOP
2287: fnd_msg_pub.get( p_msg_index => i,
2288: p_encoded => 'F',
2289: p_data => l_msg_data,
2290: p_msg_index_out => l_msg_index_out
2291: );

Line 2477: FND_MSG_PUB.ADD;

2473: WHEN OTHERS THEN
2474: LogMessage(FND_LOG.LEVEL_UNEXPECTED, 'Error in synch event actions: ' || sqlerrm);
2475: /* This error message needs to be seeded in the future */
2476: FND_MESSAGE.SET_NAME('LNS', 'LNS_ERROR_SYNCH_EVTS');
2477: FND_MSG_PUB.ADD;
2478: raise;
2479: END;
2480:
2481: /*========================================================================

Line 2522: FND_MSG_PUB.ADD;

2518: WHEN OTHERS THEN
2519: LogMessage(FND_LOG.LEVEL_UNEXPECTED, 'Error in delete_lns_event_actions: ' || sqlerrm);
2520: /* This error message needs to be seeded in the future */
2521: FND_MESSAGE.SET_NAME('LNS', 'LNS_ERR_DEL_EVNT_ACTION');
2522: FND_MSG_PUB.ADD;
2523: raise;
2524: END;
2525:
2526: /*========================================================================

Line 3400: IF (fnd_msg_pub.count_msg > 0) THEN

3396: );
3397:
3398: -- Check for errors
3399:
3400: IF (fnd_msg_pub.count_msg > 0) THEN
3401: FOR i IN 1..fnd_msg_pub.count_msg
3402: LOOP
3403: fnd_msg_pub.get( p_msg_index => i,
3404: p_encoded => 'F',

Line 3401: FOR i IN 1..fnd_msg_pub.count_msg

3397:
3398: -- Check for errors
3399:
3400: IF (fnd_msg_pub.count_msg > 0) THEN
3401: FOR i IN 1..fnd_msg_pub.count_msg
3402: LOOP
3403: fnd_msg_pub.get( p_msg_index => i,
3404: p_encoded => 'F',
3405: p_data => l_msg_data,

Line 3403: fnd_msg_pub.get( p_msg_index => i,

3399:
3400: IF (fnd_msg_pub.count_msg > 0) THEN
3401: FOR i IN 1..fnd_msg_pub.count_msg
3402: LOOP
3403: fnd_msg_pub.get( p_msg_index => i,
3404: p_encoded => 'F',
3405: p_data => l_msg_data,
3406: p_msg_index_out => l_msg_index_out
3407: );