DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_SUBPOOL_PVT dependencies on FND_MSG_PUB

Line 2770: FND_MSG_PUB.initialize;

2766: SAVEPOINT l_program_name;
2767: END IF;
2768:
2769: IF p_init_msg_list = G_TRUE THEN
2770: FND_MSG_PUB.initialize;
2771: END IF;
2772:
2773: OPEN c_get_parent_object_info;
2774: FETCH c_get_parent_object_info into ln_parent_object_id, lv_parent_object_code;

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

2815: WHEN OKL_API.G_EXCEPTION_ERROR THEN
2816:
2817: IF p_transaction_control = G_TRUE THEN
2818: ROLLBACK TO l_program_name;
2819: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2820: END IF;
2821:
2822: x_return_status := G_RET_STS_ERROR;
2823:

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

2824: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
2825:
2826: IF p_transaction_control = G_TRUE THEN
2827: ROLLBACK TO l_program_name;
2828: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2829: END IF;
2830:
2831: x_return_status := G_RET_STS_UNEXP_ERROR;
2832:

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

2842: p_token3_value => sqlerrm);
2843:
2844: IF p_transaction_control = G_TRUE THEN
2845: ROLLBACK TO l_program_name;
2846: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2847: END IF;
2848:
2849: x_return_status := G_RET_STS_UNEXP_ERROR;
2850:

Line 2877: FND_MSG_PUB.initialize;

2873: SAVEPOINT l_program_name;
2874: END IF;
2875:
2876: IF p_init_msg_list = G_TRUE THEN
2877: FND_MSG_PUB.initialize;
2878: END IF;
2879:
2880: IF (p_transaction_reason = 'APPROVE_LEASE_APP_PRICING'
2881: OR p_transaction_reason = 'APPROVE_LEASE_APP_PRIC_OFFER') THEN -- Transaction --> 'APPROVE_LEASE_APP_PRICING'

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

2962: WHEN OKL_API.G_EXCEPTION_ERROR THEN
2963:
2964: IF p_transaction_control = G_TRUE THEN
2965: ROLLBACK TO l_program_name;
2966: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2967: END IF;
2968:
2969: x_return_status := G_RET_STS_ERROR;
2970:

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

2971: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
2972:
2973: IF p_transaction_control = G_TRUE THEN
2974: ROLLBACK TO l_program_name;
2975: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2976: END IF;
2977:
2978: x_return_status := G_RET_STS_UNEXP_ERROR;
2979:

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

2989: p_token3_value => sqlerrm);
2990:
2991: IF p_transaction_control = G_TRUE THEN
2992: ROLLBACK TO l_program_name;
2993: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
2994: END IF;
2995:
2996: x_return_status := G_RET_STS_UNEXP_ERROR;
2997:

Line 3020: FND_MSG_PUB.initialize;

3016: SAVEPOINT l_program_name;
3017: END IF;
3018:
3019: IF p_init_msg_list = G_TRUE THEN
3020: FND_MSG_PUB.initialize;
3021: END IF;
3022:
3023: handle_active_contract (p_api_version => p_api_version,
3024: p_init_msg_list => p_init_msg_list,

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

3040: WHEN OKL_API.G_EXCEPTION_ERROR THEN
3041:
3042: IF p_transaction_control = G_TRUE THEN
3043: ROLLBACK TO l_program_name;
3044: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
3045: END IF;
3046:
3047: x_return_status := G_RET_STS_ERROR;
3048:

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

3049: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
3050:
3051: IF p_transaction_control = G_TRUE THEN
3052: ROLLBACK TO l_program_name;
3053: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
3054: END IF;
3055:
3056: x_return_status := G_RET_STS_UNEXP_ERROR;
3057:

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

3067: p_token3_value => sqlerrm);
3068:
3069: IF p_transaction_control = G_TRUE THEN
3070: ROLLBACK TO l_program_name;
3071: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
3072: END IF;
3073:
3074: x_return_status := G_RET_STS_UNEXP_ERROR;
3075:

Line 3099: FND_MSG_PUB.initialize;

3095: SAVEPOINT l_program_name;
3096: END IF;
3097:
3098: IF p_init_msg_list = G_TRUE THEN
3099: FND_MSG_PUB.initialize;
3100: END IF;
3101:
3102: handle_cancel_leaseopp (p_api_version => p_api_version,
3103: p_init_msg_list => p_init_msg_list,

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

3119: WHEN OKL_API.G_EXCEPTION_ERROR THEN
3120:
3121: IF p_transaction_control = G_TRUE THEN
3122: ROLLBACK TO l_program_name;
3123: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
3124: END IF;
3125:
3126: x_return_status := G_RET_STS_ERROR;
3127:

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

3128: WHEN OKL_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
3129:
3130: IF p_transaction_control = G_TRUE THEN
3131: ROLLBACK TO l_program_name;
3132: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
3133: END IF;
3134:
3135: x_return_status := G_RET_STS_UNEXP_ERROR;
3136:

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

3146: p_token3_value => sqlerrm);
3147:
3148: IF p_transaction_control = G_TRUE THEN
3149: ROLLBACK TO l_program_name;
3150: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
3151: END IF;
3152:
3153: x_return_status := G_RET_STS_UNEXP_ERROR;
3154: