DBA Data[Home] [Help]

APPS.OKL_LA_TRADEIN_PVT dependencies on FND_MSG_PUB

Line 52: FND_MSG_PUB.initialize;

48: SAVEPOINT l_program_name;
49: END IF;
50:
51: IF p_init_msg_list = G_TRUE THEN
52: FND_MSG_PUB.initialize;
53: END IF;
54:
55: -- pass the quote line id (service, fee, covered assets) to delete the line
56: IF(p_cle_id_tbl.COUNT > 0) THEN

Line 97: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

93: WHEN OKL_API.G_EXCEPTION_ERROR THEN
94:
95: IF p_transaction_control = G_TRUE THEN
96: ROLLBACK TO l_program_name;
97: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
98: END IF;
99:
100: x_return_status := G_RET_STS_ERROR;
101:

Line 106: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

102: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
103:
104: IF p_transaction_control = G_TRUE THEN
105: ROLLBACK TO l_program_name;
106: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
107: END IF;
108:
109: x_return_status := G_RET_STS_UNEXP_ERROR;
110:

Line 124: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

120: p_token3_value => sqlerrm);
121:
122: IF p_transaction_control = G_TRUE THEN
123: ROLLBACK TO l_program_name;
124: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
125: END IF;
126:
127: x_return_status := G_RET_STS_UNEXP_ERROR;
128:

Line 471: FND_MSG_PUB.initialize;

467: SAVEPOINT l_program_name;
468: END IF;
469:
470: IF p_init_msg_list = G_TRUE THEN
471: FND_MSG_PUB.initialize;
472: END IF;
473:
474: i := 0;
475:

Line 540: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

536: WHEN OKL_API.G_EXCEPTION_ERROR THEN
537:
538: IF p_transaction_control = G_TRUE THEN
539: ROLLBACK TO l_program_name;
540: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
541: END IF;
542:
543: x_return_status := G_RET_STS_ERROR;
544:

Line 549: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

545: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
546:
547: IF p_transaction_control = G_TRUE THEN
548: ROLLBACK TO l_program_name;
549: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
550: END IF;
551:
552: x_return_status := G_RET_STS_UNEXP_ERROR;
553:

Line 567: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);

563: p_token3_value => sqlerrm);
564:
565: IF p_transaction_control = G_TRUE THEN
566: ROLLBACK TO l_program_name;
567: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
568: END IF;
569:
570: x_return_status := G_RET_STS_UNEXP_ERROR;
571: