DBA Data[Home] [Help]

APPS.OKL_VARIABLE_INTEREST_PVT dependencies on FND_MSG_PUB

Line 307: FND_MSG_PUB.GET(

303: --Bug# 7277007
304:
305: FOR i in 1..x_msg_count
306: LOOP
307: FND_MSG_PUB.GET(
308: p_msg_index => i,
309: p_encoded => FND_API.G_FALSE,
310: p_data => x_msg_data,
311: p_msg_index_out => x_msg_index_out

Line 3017: FND_MSG_PUB.GET(

3013: FND_FILE.PUT_LINE (FND_FILE.OUTPUT, ' -- ERROR: Creating Internal TXN Details.');
3014: print_debug (' -- ERROR: Creating Internal TXN Details.');
3015: FOR i in 1..x_msg_count
3016: LOOP
3017: FND_MSG_PUB.GET(
3018: p_msg_index => i,
3019: p_encoded => FND_API.G_FALSE,
3020: p_data => x_msg_data,
3021: p_msg_index_out => l_msg_index_out

Line 3057: FND_MSG_PUB.GET(

3053: FND_FILE.PUT_LINE (FND_FILE.OUTPUT, ' -- ERROR: Accounting Distributions NOT Created.');
3054: print_debug (' -- ERROR: Accounting Distributions NOT Created.');
3055: FOR i in 1..x_msg_count
3056: LOOP
3057: FND_MSG_PUB.GET(
3058: p_msg_index => i,
3059: p_encoded => FND_API.G_FALSE,
3060: p_data => x_msg_data,
3061: p_msg_index_out => l_msg_index_out

Line 7078: FND_MSG_PUB.GET(

7074: print_debug (' -- ERROR: Creating Internal TXN Details.');
7075:
7076: FOR i in 1..x_msg_count
7077: LOOP
7078: FND_MSG_PUB.GET(
7079: p_msg_index => i,
7080: p_encoded => FND_API.G_FALSE,
7081: p_data => x_msg_data,
7082: p_msg_index_out => l_msg_index_out

Line 7116: FND_MSG_PUB.GET(

7112: print_debug (' -- ERROR: Accounting Distributions NOT Created.');
7113:
7114: FOR i in 1..x_msg_count
7115: LOOP
7116: FND_MSG_PUB.GET(
7117: p_msg_index => i,
7118: p_encoded => FND_API.G_FALSE,
7119: p_data => x_msg_data,
7120: p_msg_index_out => l_msg_index_out

Line 9580: FND_MSG_PUB.GET(

9576:
9577: IF (x_return_status <> OKL_API.G_RET_STS_SUCCESS) THEN
9578: FOR i in 1..x_msg_count
9579: LOOP
9580: FND_MSG_PUB.GET(
9581: p_msg_index => i,
9582: p_encoded => FND_API.G_FALSE,
9583: p_data => x_msg_data,
9584: p_msg_index_out => l_msg_index_out

Line 10790: FND_MSG_PUB.GET(

10786: x_csm_line_details_tbl => l_csm_line_details_tbl,
10787: x_rents_tbl => l_rents_tbl);
10788: FOR i in 1..x_msg_count
10789: LOOP
10790: FND_MSG_PUB.GET(
10791: p_msg_index => i,
10792: p_encoded => FND_API.G_FALSE,
10793: p_data => x_msg_data,
10794: p_msg_index_out => l_msg_index_out

Line 10998: FND_MSG_PUB.GET(

10994: IF (x_return_status <> OKL_API.G_RET_STS_SUCCESS) THEN
10995: print_error_message('Printing message stack.');
10996: FOR i in 1..x_msg_count
10997: LOOP
10998: FND_MSG_PUB.GET(
10999: p_msg_index => i,
11000: p_encoded => FND_API.G_FALSE,
11001: p_data => x_msg_data,
11002: p_msg_index_out => l_msg_index_out