DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on FND_MSG_PUB

Line 22: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

18: END IF;
19: IF g_debug <= gme_debug.g_log_unexpected THEN
20: gme_debug.put_line(g_pkg_name||'.'||p_api_name||':'||'When others exception:'||SQLERRM);
21: END IF;
22: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
23: gme_common_pvt.count_and_get (x_count => x_message_count
24: ,p_encoded => fnd_api.g_false
25: ,x_data => x_message_list);
26: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 223: fnd_msg_pub.initialize;

219: /* Set the return status to success initially */
220: x_return_status := fnd_api.g_ret_sts_success;
221:
222: IF p_init_msg_list = fnd_api.g_true THEN
223: fnd_msg_pub.initialize;
224: END IF;
225:
226: IF NOT fnd_api.compatible_api_call (2.0
227: ,p_api_version

Line 237: fnd_msg_pub.ADD;

233: l_batch_header := p_batch_header_rec;
234:
235: IF (l_batch_header.organization_id IS NULL AND p_org_code IS NULL) THEN
236: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');
237: fnd_msg_pub.ADD;
238: RAISE fnd_api.g_exc_error;
239: END IF;
240:
241: IF (l_batch_header.batch_type NOT IN

Line 433: fnd_msg_pub.ADD;

429: IF l_return_status <> fnd_api.g_ret_sts_success THEN
430: RAISE fnd_api.g_exc_error;
431: ELSIF l_validity_tbl.COUNT = 0 THEN
432: fnd_message.set_name ('GMD', 'GMD_NO_VLDTY_RLE_CRIT');
433: fnd_msg_pub.ADD;
434: RAISE fnd_api.g_exc_error;
435: ELSE
436: l_batch_header.recipe_validity_rule_id :=
437: l_validity_tbl (1).recipe_validity_rule_id;

Line 630: fnd_msg_pub.initialize;

626: /* Set savepoint here */
627: SAVEPOINT create_phantom;
628:
629: IF p_init_msg_list = fnd_api.g_true THEN
630: fnd_msg_pub.initialize;
631: gme_common_pvt.g_error_count := 0;
632: END IF;
633:
634: IF NOT fnd_api.compatible_api_call (2.0

Line 644: fnd_msg_pub.ADD;

640: END IF;
641:
642: IF (p_material_detail_rec.organization_id IS NULL AND p_org_code IS NULL) THEN
643: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');
644: fnd_msg_pub.ADD;
645: RAISE fnd_api.g_exc_error;
646: END IF;
647:
648: IF (p_contiguity_override NOT IN (fnd_api.g_true, fnd_api.g_false) ) THEN

Line 769: fnd_msg_pub.initialize;

765: SAVEPOINT scale_batch;
766:
767: -- Initialize message list and count if needed
768: IF p_init_msg_list = fnd_api.g_true THEN
769: fnd_msg_pub.initialize;
770: END IF;
771:
772: /* Make sure we are call compatible */
773: IF NOT fnd_api.compatible_api_call (2.0

Line 932: fnd_msg_pub.initialize;

928: SAVEPOINT theoretical_yield_batch;
929:
930: /* Initialize message list and count if needed */
931: IF p_init_msg_list = fnd_api.g_true THEN
932: fnd_msg_pub.initialize;
933: END IF;
934:
935: /* Make sure we are call compatible */
936: IF NOT fnd_api.compatible_api_call (2.0

Line 1068: fnd_msg_pub.initialize;

1064: /* Set the return status to success initially */
1065: x_return_status := fnd_api.g_ret_sts_success;
1066: /* Initialize message list and count if needed */
1067: IF p_init_msg_list = fnd_api.g_true THEN
1068: fnd_msg_pub.initialize;
1069: gme_common_pvt.g_error_count := 0;
1070: END IF;
1071:
1072: l_rsrc_txn_rec := p_rsrc_txn_rec ;

Line 1234: fnd_msg_pub.initialize;

1230: /* Set the return status to success initially */
1231: x_return_status := fnd_api.g_ret_sts_success;
1232: /* Initialize message list and count if needed */
1233: IF p_init_msg_list = fnd_api.g_true THEN
1234: fnd_msg_pub.initialize;
1235: gme_common_pvt.g_error_count := 0;
1236: END IF;
1237:
1238: l_rsrc_txn_rec := p_rsrc_txn_rec ;

Line 1374: fnd_msg_pub.initialize;

1370: END IF;
1371:
1372: /* Initialize message list and count if needed */
1373: IF p_init_msg_list = fnd_api.g_true THEN
1374: fnd_msg_pub.initialize;
1375: gme_common_pvt.g_error_count := 0;
1376: END IF;
1377: l_rsrc_txn_rec := p_rsrc_txn_rec ;
1378: IF (l_rsrc_txn_rec.organization_id IS NULL AND p_org_code IS NULL) THEN

Line 1522: fnd_msg_pub.initialize;

1518: END IF;
1519:
1520: /* Initialize message list and count if needed */
1521: IF p_init_msg_list = fnd_api.g_true THEN
1522: fnd_msg_pub.initialize;
1523: gme_common_pvt.g_error_count := 0;
1524: END IF;
1525: l_rsrc_txn_rec := p_rsrc_txn_rec ;
1526: IF (l_rsrc_txn_rec.organization_id IS NULL AND p_org_code IS NULL) THEN

Line 1653: fnd_msg_pub.initialize;

1649: END IF;
1650:
1651: /* Initialize message list and count if needed */
1652: IF p_init_msg_list = fnd_api.g_true THEN
1653: fnd_msg_pub.initialize;
1654: gme_common_pvt.g_error_count := 0;
1655: END IF;
1656: /* Set the return status to success initially */
1657: x_return_status := fnd_api.g_ret_sts_success;

Line 1786: fnd_msg_pub.initialize;

1782: SAVEPOINT reschedule_batch;
1783:
1784: /* Initialize message list and count if needed */
1785: IF p_init_msg_list = fnd_api.g_true THEN
1786: fnd_msg_pub.initialize;
1787: END IF;
1788: gme_common_pvt.validate_batch
1789: (p_batch_header_rec => p_batch_header_rec
1790: ,p_org_code => p_org_code

Line 2062: fnd_msg_pub.initialize;

2058: SAVEPOINT reschedule_step;
2059:
2060: /* Initialize message list and count if needed */
2061: IF p_init_msg_list = fnd_api.g_true THEN
2062: fnd_msg_pub.initialize;
2063: END IF;
2064:
2065: /* Validate Input parameters */
2066: gme_common_pvt.Validate_batch_step (

Line 2380: fnd_msg_pub.initialize;

2376: END IF;
2377:
2378: /* Initialize message list and count if needed */
2379: IF p_init_msg_list = fnd_api.g_true THEN
2380: fnd_msg_pub.initialize;
2381: END IF;
2382:
2383: gme_common_pvt.set_timestamp;
2384:

Line 2498: fnd_msg_pub.initialize;

2494: END IF;
2495:
2496: /* Initialize message list and count if needed */
2497: IF p_init_msg_list = fnd_api.g_true THEN
2498: fnd_msg_pub.initialize;
2499: END IF;
2500:
2501: gme_common_pvt.set_timestamp;
2502: l_material_details_rec.material_detail_id := p_material_detail_id;

Line 2635: fnd_msg_pub.initialize;

2631: /* Set the return status to success initially */
2632: x_return_status := fnd_api.g_ret_sts_success;
2633:
2634: IF p_init_msg_list = fnd_api.g_true THEN
2635: fnd_msg_pub.initialize;
2636: END IF;
2637: -- Make sure we are call compatible
2638: IF NOT fnd_api.compatible_api_call (2.0
2639: ,p_api_version

Line 2752: fnd_msg_pub.initialize;

2748: /* Initially let us assign the return status to success */
2749: x_return_status := fnd_api.g_ret_sts_success;
2750:
2751: IF p_init_msg_list = fnd_api.g_true THEN
2752: fnd_msg_pub.initialize;
2753: gme_common_pvt.g_error_count := 0;
2754: END IF;
2755:
2756: -- Make sure we are call compatible

Line 2864: fnd_msg_pub.initialize;

2860: /* Set the return status to success initially */
2861: x_return_status := fnd_api.g_ret_sts_success;
2862:
2863: IF p_init_msg_list = fnd_api.g_true THEN
2864: fnd_msg_pub.initialize;
2865: gme_common_pvt.g_error_count := 0;
2866: END IF;
2867:
2868: -- Make sure we are call compatible

Line 2964: fnd_msg_pub.initialize;

2960: SAVEPOINT delete_step;
2961:
2962: /* Initialize message list and count if needed */
2963: IF p_init_msg_list = fnd_api.g_true THEN
2964: fnd_msg_pub.initialize;
2965: gme_common_pvt.g_error_count := 0;
2966: END IF;
2967:
2968: /* Setup the common constants used accross the apis */

Line 3095: fnd_msg_pub.initialize;

3091: SAVEPOINT insert_step;
3092:
3093: /* Initialize message list and count if needed */
3094: IF p_init_msg_list = fnd_api.g_true THEN
3095: fnd_msg_pub.initialize;
3096: gme_common_pvt.g_error_count := 0;
3097: END IF;
3098: gme_common_pvt.g_setup_done :=
3099: gme_common_pvt.setup (p_org_id => p_batch_header_rec.organization_id

Line 3351: fnd_msg_pub.initialize;

3347: END IF;
3348:
3349: /* Initialize message list and count if needed */
3350: IF p_init_msg_list = fnd_api.g_true THEN
3351: fnd_msg_pub.initialize;
3352: END IF;
3353:
3354: /* intialize local variable */
3355: l_material_detail_rec := p_material_detail_rec;

Line 3587: fnd_msg_pub.initialize;

3583: END IF;
3584:
3585: /* Initialize message list and count if needed */
3586: IF p_init_msg_list = fnd_api.g_true THEN
3587: fnd_msg_pub.initialize;
3588: END IF;
3589:
3590: /*validatep p_scale_phantom procedure */
3591: IF (p_scale_phantom NOT IN (fnd_api.g_true, fnd_api.g_false) ) THEN

Line 3817: fnd_msg_pub.initialize;

3813: END IF;
3814:
3815: /* Initialize message list and count if needed */
3816: IF p_init_msg_list = fnd_api.g_true THEN
3817: fnd_msg_pub.initialize;
3818: END IF;
3819:
3820: gme_common_pvt.Validate_material_detail
3821: (p_material_detail_rec => p_material_detail_rec

Line 3945: fnd_msg_pub.initialize;

3941: /* Set the return status to success initially */
3942: x_return_status := FND_API.G_RET_STS_SUCCESS;
3943:
3944: IF p_init_msg_list = FND_API.G_TRUE THEN
3945: fnd_msg_pub.initialize;
3946: END IF;
3947:
3948: /* Set savepoint here */
3949: SAVEPOINT revert_batch;

Line 4113: fnd_msg_pub.initialize;

4109: /* Set savepoint here */
4110: SAVEPOINT revert_step;
4111:
4112: IF p_init_msg_list = FND_API.G_TRUE THEN
4113: fnd_msg_pub.initialize;
4114: END IF;
4115:
4116: IF NOT FND_API.compatible_api_call(2.0, p_api_version, 'revert_step', g_pkg_name ) THEN
4117: gme_common_pvt.log_message ('GME_INVALID_API_VERSION');

Line 4246: fnd_msg_pub.initialize;

4242: SAVEPOINT close_batch_pub;
4243:
4244: /* Initialize message list and count if needed */
4245: IF p_init_msg_list = fnd_api.g_true THEN
4246: fnd_msg_pub.initialize;
4247: END IF;
4248:
4249: /* Make sure we are call compatible */
4250: IF NOT fnd_api.compatible_api_call (2

Line 4401: fnd_msg_pub.initialize;

4397: SAVEPOINT close_step_pub;
4398:
4399: /* Initialize message list and count if needed */
4400: IF p_init_msg_list = fnd_api.g_true THEN
4401: fnd_msg_pub.initialize;
4402: END IF;
4403:
4404: /* Make sure we are call compatible */
4405: IF NOT fnd_api.compatible_api_call (2

Line 4539: fnd_msg_pub.initialize;

4535: /* Set the success staus to success inititally*/
4536: x_return_status := fnd_api.g_ret_sts_success;
4537: /* Initialize message list and count if needed*/
4538: IF p_init_msg_list = fnd_api.g_true THEN
4539: fnd_msg_pub.initialize;
4540: END IF;
4541:
4542: /* Make sure we are call compatible */
4543: IF NOT fnd_api.compatible_api_call (2.0 /* Punit Kumar */

Line 4643: fnd_msg_pub.initialize;

4639: || l_api_name);
4640: END IF;
4641: /* Initialize message list and count if needed*/
4642: IF p_init_msg_list = fnd_api.g_true THEN
4643: fnd_msg_pub.initialize;
4644: END IF;
4645:
4646: /* Make sure we are call compatible */
4647: IF NOT fnd_api.compatible_api_call (2

Line 4763: fnd_msg_pub.initialize;

4759: /* Set the return status to success initially */
4760: x_return_status := fnd_api.g_ret_sts_success;
4761:
4762: IF p_init_msg_list = fnd_api.g_true THEN
4763: fnd_msg_pub.initialize;
4764: END IF;
4765: IF NOT fnd_api.compatible_api_call (2.0
4766: ,p_api_version
4767: ,'incremental_backflush'

Line 4883: fnd_msg_pub.count_and_get (p_count => x_message_count

4879: ,p_encoded => fnd_api.g_false
4880: ,x_data => x_message_list);
4881: WHEN fnd_api.g_exc_error THEN
4882: x_return_status := fnd_api.g_ret_sts_error;
4883: fnd_msg_pub.count_and_get (p_count => x_message_count
4884: ,p_encoded => fnd_api.g_false
4885: ,p_data => x_message_list);
4886: WHEN OTHERS THEN
4887: gme_when_others ( p_api_name => l_api_name

Line 4967: fnd_msg_pub.initialize;

4963: /* Set savepoint here */
4964: SAVEPOINT create_material_txn;
4965:
4966: IF p_init_msg_list = fnd_api.g_true THEN
4967: fnd_msg_pub.initialize;
4968: END IF;
4969:
4970: IF NOT fnd_api.compatible_api_call (2.0
4971: ,p_api_version

Line 4983: fnd_msg_pub.ADD;

4979: l_mmli_tbl := p_mmli_tbl;
4980:
4981: IF (l_mmti_rec.organization_id IS NULL AND p_org_code IS NULL) THEN
4982: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');
4983: fnd_msg_pub.ADD;
4984: RAISE fnd_api.g_exc_error;
4985: END IF;
4986:
4987: /* gme_common_pvt.g_error_count := 0;

Line 5335: fnd_msg_pub.initialize;

5331: /* Set the return status to success initially */
5332: x_return_status := fnd_api.g_ret_sts_success;
5333:
5334: IF p_init_msg_list = fnd_api.g_true THEN
5335: fnd_msg_pub.initialize;
5336: END IF;
5337:
5338: IF NOT fnd_api.compatible_api_call (2.0
5339: ,p_api_version

Line 5651: fnd_msg_pub.initialize;

5647: /* Set the return status to success initially */
5648: x_return_status := fnd_api.g_ret_sts_success;
5649:
5650: IF p_init_msg_list = fnd_api.g_true THEN
5651: fnd_msg_pub.initialize;
5652: END IF;
5653:
5654: IF NOT fnd_api.compatible_api_call (2.0
5655: ,p_api_version

Line 5787: fnd_msg_pub.initialize;

5783: /* Set savepoint here */
5784: SAVEPOINT reroute_batch_pub;
5785:
5786: IF (fnd_api.to_boolean (p_init_msg_list) ) THEN
5787: fnd_msg_pub.initialize;
5788: gme_common_pvt.g_error_count := 0;
5789: END IF;
5790:
5791: -- Standard call to check for call compatibility.

Line 5979: fnd_msg_pub.initialize;

5975: /* Set savepoint here */
5976: SAVEPOINT cancel_batch_pub;
5977:
5978: IF p_init_msg_list = fnd_api.g_true THEN
5979: fnd_msg_pub.initialize;
5980: END IF;
5981:
5982: IF NOT fnd_api.compatible_api_call (2.0
5983: ,p_api_version

Line 6160: fnd_msg_pub.initialize;

6156: /* Set savepoint here */
6157: SAVEPOINT terminate_batch;
6158:
6159: IF p_init_msg_list = fnd_api.g_true THEN
6160: fnd_msg_pub.initialize;
6161: END IF;
6162:
6163: IF NOT fnd_api.compatible_api_call (2.0
6164: ,p_api_version

Line 6382: fnd_msg_pub.initialize;

6378: /* Set the return status to success initially */
6379: x_return_status := fnd_api.g_ret_sts_success;
6380:
6381: IF p_init_msg_list = fnd_api.g_true THEN
6382: fnd_msg_pub.initialize;
6383: END IF;
6384:
6385: IF NOT fnd_api.compatible_api_call (2.0
6386: ,p_api_version

Line 6644: fnd_msg_pub.initialize;

6640: END IF;
6641:
6642: /* Initialize message list and count if needed */
6643: IF p_init_msg_list = fnd_api.g_true THEN
6644: fnd_msg_pub.initialize;
6645: gme_common_pvt.g_error_count := 0;
6646: END IF;
6647:
6648: /* Setup the common constants used across the apis */

Line 6813: fnd_msg_pub.ADD;

6809:
6810: CLOSE cur_get_rsrc_hdr;
6811:
6812: fnd_message.set_name ('GMD', 'FM_BAD_RESOURCE');
6813: fnd_msg_pub.ADD;
6814: RAISE fnd_api.g_exc_error;
6815: END IF;
6816: CLOSE cur_get_rsrc_hdr;
6817: END IF;

Line 7052: fnd_msg_pub.initialize;

7048: gme_common_pvt.set_timestamp;
7049:
7050: /* Initialize message list and count if needed */
7051: IF p_init_msg_list = fnd_api.g_true THEN
7052: fnd_msg_pub.initialize;
7053: gme_common_pvt.g_error_count := 0;
7054: END IF;
7055:
7056: l_batchstep_resource_rec := p_batchstep_resource_rec;

Line 7360: fnd_msg_pub.initialize;

7356: gme_common_pvt.set_timestamp;
7357:
7358: /* Initialize message list and count if needed */
7359: IF p_init_msg_list = fnd_api.g_true THEN
7360: fnd_msg_pub.initialize;
7361: gme_common_pvt.g_error_count := 0;
7362: END IF;
7363:
7364: gme_common_pvt.g_check_primary_rsrc := 1;

Line 7649: fnd_msg_pub.initialize;

7645: /* Set the return status to success initially */
7646: x_return_status := fnd_api.g_ret_sts_success;
7647:
7648: IF p_init_msg_list = fnd_api.g_true THEN
7649: fnd_msg_pub.initialize;
7650: END IF;
7651:
7652: IF NOT fnd_api.compatible_api_call (2.0
7653: ,p_api_version

Line 7822: fnd_msg_pub.initialize;

7818: /* Set the return status to success initially */
7819: x_return_status := FND_API.G_RET_STS_SUCCESS;
7820:
7821: IF p_init_msg_list = FND_API.G_TRUE THEN
7822: fnd_msg_pub.initialize;
7823: END IF;
7824:
7825: IF NOT FND_API.compatible_api_call(2.0
7826: ,p_api_version

Line 7881: fnd_msg_pub.ADD;

7877:
7878: /* Validate for organization */
7879: IF (l_batch_header_rec.organization_id IS NULL AND p_org_code IS NULL) THEN
7880: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');
7881: fnd_msg_pub.ADD;
7882: RAISE fnd_api.g_exc_error;
7883: END IF;
7884:
7885: /* Check setup is done. For all profile/parameter values based on orgn_code/organization_id. */

Line 8033: fnd_msg_pub.initialize;

8029: END IF;
8030:
8031: IF (fnd_api.to_boolean (p_init_msg_list))
8032: THEN
8033: fnd_msg_pub.initialize;
8034: gme_common_pvt.g_error_count := 0;
8035: END IF;
8036:
8037: -- Standard call to check for call compatibility.

Line 8178: fnd_msg_pub.initialize;

8174: || l_api_name);
8175: END IF;
8176:
8177: IF (fnd_api.to_boolean (p_init_msg_list)) THEN
8178: fnd_msg_pub.initialize;
8179: gme_common_pvt.g_error_count := 0;
8180: END IF;
8181:
8182: -- Standard call to check for call compatibility.

Line 8318: fnd_msg_pub.initialize;

8314: END IF;
8315:
8316: IF (fnd_api.to_boolean (p_init_msg_list))
8317: THEN
8318: fnd_msg_pub.initialize;
8319: gme_common_pvt.g_error_count := 0;
8320: END IF;
8321:
8322: -- Standard call to check for call compatibility.

Line 8438: fnd_msg_pub.initialize;

8434: /* Set the return status to success initially */
8435: x_return_status := fnd_api.g_ret_sts_success;
8436:
8437: IF p_init_msg_list = fnd_api.g_true THEN
8438: fnd_msg_pub.initialize;
8439: END IF;
8440:
8441: IF NOT fnd_api.compatible_api_call (2.0
8442: ,p_api_version

Line 8452: fnd_msg_pub.ADD;

8448:
8449:
8450: IF (p_batch_header.organization_id IS NULL AND p_org_code IS NULL) THEN
8451: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');
8452: fnd_msg_pub.ADD;
8453: RAISE fnd_api.g_exc_error;
8454: END IF;
8455:
8456: /* Use local variable, so that user does not have to pass batch_type value 10 */

Line 8642: fnd_msg_pub.initialize;

8638: /* Set savepoint here */
8639: SAVEPOINT create_pending_product_lot;
8640:
8641: IF p_init_msg_list = fnd_api.g_true THEN
8642: fnd_msg_pub.initialize;
8643: END IF;
8644:
8645: IF NOT fnd_api.compatible_api_call (2.0
8646: ,p_api_version

Line 8842: fnd_msg_pub.initialize;

8838: /* Set savepoint here */
8839: SAVEPOINT update_pending_product_lot;
8840:
8841: IF p_init_msg_list = fnd_api.g_true THEN
8842: fnd_msg_pub.initialize;
8843: END IF;
8844:
8845: IF NOT fnd_api.compatible_api_call (2.0
8846: ,p_api_version

Line 9085: fnd_msg_pub.initialize;

9081: /* Set savepoint here */
9082: SAVEPOINT delete_pending_product_lot;
9083:
9084: IF p_init_msg_list = fnd_api.g_true THEN
9085: fnd_msg_pub.initialize;
9086: END IF;
9087:
9088: IF NOT fnd_api.compatible_api_call (2.0
9089: ,p_api_version

Line 9310: fnd_msg_pub.initialize;

9306: /* Set savepoint here */
9307: SAVEPOINT unrelease_batch;
9308:
9309: IF p_init_msg_list = fnd_api.g_true THEN
9310: fnd_msg_pub.initialize;
9311: END IF;
9312:
9313: IF NOT fnd_api.compatible_api_call (2.0
9314: ,p_api_version

Line 9481: fnd_msg_pub.initialize;

9477: /* Set savepoint here */
9478: SAVEPOINT unrelease_step;
9479:
9480: IF p_init_msg_list = fnd_api.g_true THEN
9481: fnd_msg_pub.initialize;
9482: END IF;
9483:
9484: IF NOT fnd_api.compatible_api_call (2.0
9485: ,p_api_version

Line 9671: fnd_msg_pub.initialize;

9667: /* Set savepoint here */
9668: SAVEPOINT complete_batch;
9669:
9670: IF p_init_msg_list = fnd_api.g_true THEN
9671: fnd_msg_pub.initialize;
9672: END IF;
9673:
9674: IF NOT fnd_api.compatible_api_call (2.0
9675: ,p_api_version

Line 9901: fnd_msg_pub.initialize;

9897: /* Set savepoint here */
9898: SAVEPOINT complete_step;
9899:
9900: IF p_init_msg_list = fnd_api.g_true THEN
9901: fnd_msg_pub.initialize;
9902: END IF;
9903:
9904: IF NOT fnd_api.compatible_api_call (2.0
9905: ,p_api_version

Line 10153: fnd_msg_pub.initialize;

10149: /* Set savepoint here */
10150: SAVEPOINT release_batch;
10151:
10152: IF p_init_msg_list = fnd_api.g_true THEN
10153: fnd_msg_pub.initialize;
10154: END IF;
10155:
10156: IF NOT fnd_api.compatible_api_call (2.0
10157: ,p_api_version

Line 10353: fnd_msg_pub.initialize;

10349: /* Set savepoint here */
10350: SAVEPOINT release_step;
10351:
10352: IF p_init_msg_list = fnd_api.g_true THEN
10353: fnd_msg_pub.initialize;
10354: END IF;
10355:
10356: IF NOT fnd_api.compatible_api_call (2.0
10357: ,p_api_version

Line 10621: fnd_msg_pub.initialize;

10617: /* Set savepoint here */
10618: /* SAVEPOINT process_group; */
10619:
10620: IF p_init_msg_list = fnd_api.g_true THEN
10621: fnd_msg_pub.initialize;
10622: END IF;
10623:
10624: IF NOT fnd_api.compatible_api_call (2.0
10625: ,p_api_version

Line 10637: fnd_msg_pub.ADD;

10633:
10634:
10635: IF (p_org_code IS NULL) THEN
10636: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');
10637: fnd_msg_pub.ADD;
10638: RAISE fnd_api.g_exc_error;
10639: END IF;
10640:
10641: IF (p_group_name IS NULL) THEN

Line 10643: fnd_msg_pub.ADD;

10639: END IF;
10640:
10641: IF (p_group_name IS NULL) THEN
10642: fnd_message.set_name ('GME', 'GME_GROUP_REQUIRED');
10643: fnd_msg_pub.ADD;
10644: RAISE fnd_api.g_exc_error;
10645: END IF;
10646:
10647: IF (p_action IS NULL) THEN

Line 10649: fnd_msg_pub.ADD;

10645: END IF;
10646:
10647: IF (p_action IS NULL) THEN
10648: fnd_message.set_name ('GME', 'GME_ACTION_REQUIRED');
10649: fnd_msg_pub.ADD;
10650: RAISE fnd_api.g_exc_error;
10651: END IF;
10652:
10653: IF (p_on_error_flag IS NULL) THEN

Line 10655: fnd_msg_pub.ADD;

10651: END IF;
10652:
10653: IF (p_on_error_flag IS NULL) THEN
10654: fnd_message.set_name ('GME', 'GME_ERR_FLAG_REQUIRED');
10655: fnd_msg_pub.ADD;
10656: RAISE fnd_api.g_exc_error;
10657: END IF;
10658:
10659: OPEN get_organization (p_org_code);