DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_DEBUG

Line 484: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

480: log_changes(p_changes); -- Print the changes for statement-level logging.
481: WHEN OTHERS THEN
482: ROLLBACK TO PO_DOCUMENT_UPDATE_PVT_SP;
483: -- Add the unexpected error to the API message list.
484: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
485: p_proc_name => l_api_name );
486: -- Add the errors on the API message list to g_api_errors.
487: add_message_list_errors ( p_api_errors => g_api_errors,
488: x_return_status => x_return_status,

Line 579: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

575: * g_gml_common_rcv_installed := GML_PO_FOR_PROCESS.check_po_for_proc();
576: * END INVCONV SSCHINCH 09/07/04*/
577: EXCEPTION
578: WHEN FND_API.g_exc_unexpected_error THEN
579: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
580: p_proc_name => l_proc_name,
581: p_add_to_msg_list => FALSE );
582: RAISE FND_API.g_exc_unexpected_error;
583: WHEN OTHERS THEN

Line 584: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

580: p_proc_name => l_proc_name,
581: p_add_to_msg_list => FALSE );
582: RAISE FND_API.g_exc_unexpected_error;
583: WHEN OTHERS THEN
584: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
585: p_proc_name => l_proc_name );
586: RAISE FND_API.g_exc_unexpected_error;
587: END init_globals;
588:

Line 681: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

677: AND document_subtype = g_document_subtype;
678:
679: EXCEPTION
680: WHEN FND_API.g_exc_unexpected_error THEN
681: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
682: p_proc_name => l_proc_name,
683: p_add_to_msg_list => FALSE );
684: RAISE FND_API.g_exc_unexpected_error;
685: WHEN OTHERS THEN

Line 686: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

682: p_proc_name => l_proc_name,
683: p_add_to_msg_list => FALSE );
684: RAISE FND_API.g_exc_unexpected_error;
685: WHEN OTHERS THEN
686: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
687: p_proc_name => l_proc_name );
688: RAISE FND_API.g_exc_unexpected_error;
689: END init_document_globals;
690:

Line 899: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

895: END LOOP;
896:
897: EXCEPTION
898: WHEN FND_API.g_exc_unexpected_error THEN
899: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
900: p_proc_name => l_proc_name,
901: p_add_to_msg_list => FALSE );
902: RAISE FND_API.g_exc_unexpected_error;
903: WHEN OTHERS THEN

Line 904: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

900: p_proc_name => l_proc_name,
901: p_add_to_msg_list => FALSE );
902: RAISE FND_API.g_exc_unexpected_error;
903: WHEN OTHERS THEN
904: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
905: p_proc_name => l_proc_name );
906: RAISE FND_API.g_exc_unexpected_error;
907: END verify_document_ids;
908:

Line 1080: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

1076: verify_inputs (p_chg, x_return_status);
1077:
1078: EXCEPTION
1079: WHEN FND_API.g_exc_unexpected_error THEN
1080: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1081: p_proc_name => l_proc_name,
1082: p_progress => l_progress,
1083: p_add_to_msg_list => FALSE );
1084: RAISE FND_API.g_exc_unexpected_error;

Line 1086: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

1082: p_progress => l_progress,
1083: p_add_to_msg_list => FALSE );
1084: RAISE FND_API.g_exc_unexpected_error;
1085: WHEN OTHERS THEN
1086: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1087: p_proc_name => l_proc_name,
1088: p_progress => l_progress );
1089: RAISE FND_API.g_exc_unexpected_error;
1090: END process_inputs;

Line 1174: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

1170: = FSP.inventory_organization_id; -- JOIN
1171:
1172: EXCEPTION
1173: WHEN FND_API.g_exc_unexpected_error THEN
1174: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1175: p_proc_name => 'POPULATE_LINE_CACHED_FIELDS',
1176: p_add_to_msg_list => FALSE );
1177: RAISE FND_API.g_exc_unexpected_error;
1178: WHEN OTHERS THEN

Line 1179: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

1175: p_proc_name => 'POPULATE_LINE_CACHED_FIELDS',
1176: p_add_to_msg_list => FALSE );
1177: RAISE FND_API.g_exc_unexpected_error;
1178: WHEN OTHERS THEN
1179: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1180: p_proc_name => 'POPULATE_LINE_CACHED_FIELDS' );
1181: RAISE FND_API.g_exc_unexpected_error;
1182: END populate_line_cached_fields;
1183:

Line 1332: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

1328: = FSP.inventory_organization_id; -- JOIN
1329:
1330: EXCEPTION
1331: WHEN FND_API.g_exc_unexpected_error THEN
1332: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1333: p_proc_name => 'POPULATE_SHIP_CACHED_FIELDS',
1334: p_add_to_msg_list => FALSE );
1335: RAISE FND_API.g_exc_unexpected_error;
1336: WHEN OTHERS THEN

Line 1337: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

1333: p_proc_name => 'POPULATE_SHIP_CACHED_FIELDS',
1334: p_add_to_msg_list => FALSE );
1335: RAISE FND_API.g_exc_unexpected_error;
1336: WHEN OTHERS THEN
1337: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1338: p_proc_name => 'POPULATE_SHIP_CACHED_FIELDS' );
1339: RAISE FND_API.g_exc_unexpected_error;
1340: END populate_ship_cached_fields;
1341:

Line 1456: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

1452:
1453:
1454: EXCEPTION
1455: WHEN FND_API.g_exc_unexpected_error THEN
1456: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1457: p_proc_name => 'POPULATE_DIST_CACHED_FIELDS',
1458: p_add_to_msg_list => FALSE );
1459: RAISE FND_API.g_exc_unexpected_error;
1460: WHEN OTHERS THEN

Line 1461: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

1457: p_proc_name => 'POPULATE_DIST_CACHED_FIELDS',
1458: p_add_to_msg_list => FALSE );
1459: RAISE FND_API.g_exc_unexpected_error;
1460: WHEN OTHERS THEN
1461: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1462: p_proc_name => 'POPULATE_DIST_CACHED_FIELDS' );
1463: RAISE FND_API.g_exc_unexpected_error;
1464: END populate_dist_cached_fields;
1465:

Line 1653: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

1649: l_progress := '040';
1650:
1651: EXCEPTION
1652: WHEN FND_API.g_exc_unexpected_error THEN
1653: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1654: p_proc_name => l_proc_name,
1655: p_progress => l_progress,
1656: p_add_to_msg_list => FALSE );
1657: RAISE FND_API.g_exc_unexpected_error;

Line 1659: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

1655: p_progress => l_progress,
1656: p_add_to_msg_list => FALSE );
1657: RAISE FND_API.g_exc_unexpected_error;
1658: WHEN OTHERS THEN
1659: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1660: p_proc_name => l_proc_name,
1661: p_progress => l_progress );
1662: RAISE FND_API.g_exc_unexpected_error;
1663: END preprocess_changes;

Line 2154: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

2150: l_progress := '500';
2151:
2152: EXCEPTION
2153: WHEN FND_API.g_exc_unexpected_error THEN
2154: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2155: p_proc_name => l_proc_name,
2156: p_progress => l_progress,
2157: p_add_to_msg_list => FALSE );
2158: RAISE FND_API.g_exc_unexpected_error;

Line 2160: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

2156: p_progress => l_progress,
2157: p_add_to_msg_list => FALSE );
2158: RAISE FND_API.g_exc_unexpected_error;
2159: WHEN OTHERS THEN
2160: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2161: p_proc_name => l_proc_name,
2162: p_progress => l_progress );
2163: RAISE FND_API.g_exc_unexpected_error;
2164: END verify_inputs;

Line 2580: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

2576: END LOOP; -- distribution changes
2577:
2578: EXCEPTION
2579: WHEN FND_API.g_exc_unexpected_error THEN
2580: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2581: p_proc_name => l_proc_name,
2582: p_progress => l_progress,
2583: p_add_to_msg_list => FALSE );
2584: RAISE FND_API.g_exc_unexpected_error;

Line 2586: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

2582: p_progress => l_progress,
2583: p_add_to_msg_list => FALSE );
2584: RAISE FND_API.g_exc_unexpected_error;
2585: WHEN OTHERS THEN
2586: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2587: p_proc_name => l_proc_name,
2588: p_progress => l_progress );
2589: RAISE FND_API.g_exc_unexpected_error;
2590: END check_type_specific_fields;

Line 2715: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

2711: /* END INVCONV */
2712:
2713: EXCEPTION
2714: WHEN OTHERS THEN
2715: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2716: p_proc_name => 'CHECK_NEW_QTY_PRICE_AMT' );
2717: RAISE FND_API.g_exc_unexpected_error;
2718: END check_new_qty_price_amt;
2719:

Line 2762: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

2758: RETURN TRUE;
2759:
2760: EXCEPTION
2761: WHEN OTHERS THEN
2762: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2763: p_proc_name => 'IS_SPLIT_SHIPMENT_NUM_UNIQUE' );
2764: RAISE FND_API.g_exc_unexpected_error;
2765: END is_split_shipment_num_unique;
2766:

Line 2790: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

2786: RETURN (p_chg.line_changes.quantity(i) IS NOT NULL)
2787: OR (p_chg.line_changes.amount(i) IS NOT NULL);
2788: EXCEPTION
2789: WHEN OTHERS THEN
2790: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2791: p_proc_name => 'LINE_HAS_QTY_AMT_CHANGE' );
2792: RAISE FND_API.g_exc_unexpected_error;
2793: END line_has_qty_amt_change;
2794:

Line 2819: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

2815: OR (p_chg.shipment_changes.amount(i) IS NOT NULL)
2816: OR (p_chg.shipment_changes.price_override(i) IS NOT NULL); -- 2817: EXCEPTION
2818: WHEN OTHERS THEN
2819: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2820: p_proc_name => 'SHIP_HAS_QTY_AMT_CHANGE' );
2821: RAISE FND_API.g_exc_unexpected_error;
2822: END ship_has_qty_amt_change;
2823:

Line 2847: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

2843: RETURN (p_chg.distribution_changes.quantity_ordered(i) IS NOT NULL)
2844: OR (p_chg.distribution_changes.amount_ordered(i) IS NOT NULL);
2845: EXCEPTION
2846: WHEN OTHERS THEN
2847: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2848: p_proc_name => 'DIST_HAS_QTY_AMT_CHANGE' );
2849: RAISE FND_API.g_exc_unexpected_error;
2850: END dist_has_qty_amt_change;
2851:

Line 2888: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

2884:
2885: RETURN FALSE;
2886: EXCEPTION
2887: WHEN OTHERS THEN
2888: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2889: p_proc_name => 'LINE_HAS_SHIP_QTY_AMT_CHANGE' );
2890: RAISE FND_API.g_exc_unexpected_error;
2891: END line_has_ship_qty_amt_change;
2892:

Line 2957: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

2953:
2954: RETURN FALSE;
2955: EXCEPTION
2956: WHEN OTHERS THEN
2957: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2958: p_proc_name => 'SHIP_HAS_DIST_QTY_AMT_CHANGE' );
2959: RAISE FND_API.g_exc_unexpected_error;
2960: END ship_has_dist_qty_amt_change;
2961:

Line 3802: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

3798: IF po_shipment_csr%ISOPEN THEN
3799: CLOSE po_shipment_csr;
3800: END IF;
3801:
3802: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
3803: p_proc_name => l_proc_name,
3804: p_progress => l_progress,
3805: p_add_to_msg_list => FALSE );
3806: RAISE FND_API.g_exc_unexpected_error;

Line 3816: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

3812: IF po_shipment_csr%ISOPEN THEN
3813: CLOSE po_shipment_csr;
3814: END IF;
3815:
3816: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
3817: p_proc_name => l_proc_name,
3818: p_progress => l_progress );
3819: RAISE FND_API.g_exc_unexpected_error;
3820: END derive_changes;

Line 3977: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

3973:
3974: x_derived_quantity2 := l_qty2; -- Return the Quantity2 derived by the API.
3975: EXCEPTION
3976: WHEN FND_API.g_exc_unexpected_error THEN
3977: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
3978: p_proc_name => l_proc_name,
3979: p_progress => l_progress,
3980: p_add_to_msg_list => FALSE );
3981: RAISE FND_API.g_exc_unexpected_error;

Line 3983: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

3979: p_progress => l_progress,
3980: p_add_to_msg_list => FALSE );
3981: RAISE FND_API.g_exc_unexpected_error;
3982: WHEN OTHERS THEN
3983: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
3984: p_proc_name => l_proc_name,
3985: p_progress => l_progress );
3986: RAISE FND_API.g_exc_unexpected_error;
3987: END derive_secondary_quantity;

Line 4062: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

4058: END IF;
4059:
4060: EXCEPTION
4061: WHEN FND_API.g_exc_unexpected_error THEN
4062: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4063: p_proc_name => 'GET_RELEASE_BREAK_PRICE',
4064: p_add_to_msg_list => FALSE );
4065: RAISE FND_API.g_exc_unexpected_error;
4066: WHEN OTHERS THEN

Line 4067: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

4063: p_proc_name => 'GET_RELEASE_BREAK_PRICE',
4064: p_add_to_msg_list => FALSE );
4065: RAISE FND_API.g_exc_unexpected_error;
4066: WHEN OTHERS THEN
4067: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4068: p_proc_name => 'GET_RELEASE_BREAK_PRICE' );
4069: RAISE FND_API.g_exc_unexpected_error;
4070: END get_release_break_price;
4071:

Line 4218: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

4214: END IF;
4215:
4216: EXCEPTION
4217: WHEN FND_API.g_exc_unexpected_error THEN
4218: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4219: p_proc_name => 'GET_PO_BREAK_PRICE',
4220: p_add_to_msg_list => FALSE );
4221: RAISE FND_API.g_exc_unexpected_error;
4222: WHEN OTHERS THEN

Line 4223: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

4219: p_proc_name => 'GET_PO_BREAK_PRICE',
4220: p_add_to_msg_list => FALSE );
4221: RAISE FND_API.g_exc_unexpected_error;
4222: WHEN OTHERS THEN
4223: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4224: p_proc_name => 'GET_PO_BREAK_PRICE' );
4225: RAISE FND_API.g_exc_unexpected_error;
4226: END get_po_break_price;
4227:

Line 4266: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

4262:
4263: RETURN l_line_location_id;
4264: EXCEPTION
4265: WHEN FND_API.g_exc_unexpected_error THEN
4266: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4267: p_proc_name => 'GET_MIN_SHIPMENT_ID',
4268: p_add_to_msg_list => FALSE );
4269: RAISE FND_API.g_exc_unexpected_error;
4270: WHEN OTHERS THEN

Line 4271: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

4267: p_proc_name => 'GET_MIN_SHIPMENT_ID',
4268: p_add_to_msg_list => FALSE );
4269: RAISE FND_API.g_exc_unexpected_error;
4270: WHEN OTHERS THEN
4271: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4272: p_proc_name => 'GET_MIN_SHIPMENT_ID' );
4273: RAISE FND_API.g_exc_unexpected_error;
4274: END get_min_shipment_id;
4275:

Line 4597: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

4593: END IF; -- document type is standard PO or planned PO
4594:
4595: EXCEPTION
4596: WHEN FND_API.g_exc_unexpected_error THEN
4597: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4598: p_proc_name => l_proc_name,
4599: p_progress => l_progress,
4600: p_add_to_msg_list => FALSE );
4601: RAISE FND_API.g_exc_unexpected_error;

Line 4603: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

4599: p_progress => l_progress,
4600: p_add_to_msg_list => FALSE );
4601: RAISE FND_API.g_exc_unexpected_error;
4602: WHEN OTHERS THEN
4603: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4604: p_proc_name => l_proc_name,
4605: p_progress => l_progress );
4606: RAISE FND_API.g_exc_unexpected_error;
4607: END derive_qty_amt_rollups;

Line 4948: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

4944: IF (po_distribution_csr%ISOPEN) THEN
4945: CLOSE po_distribution_csr;
4946: END IF;
4947:
4948: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4949: p_proc_name => l_proc_name,
4950: p_progress => l_progress,
4951: p_add_to_msg_list => FALSE );
4952: RAISE FND_API.g_exc_unexpected_error;

Line 4958: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

4954: IF (po_distribution_csr%ISOPEN) THEN
4955: CLOSE po_distribution_csr;
4956: END IF;
4957:
4958: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4959: p_proc_name => l_proc_name,
4960: p_progress => l_progress );
4961: RAISE FND_API.g_exc_unexpected_error;
4962: END derive_qty_amt_rolldowns;

Line 5112: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

5108: END IF; --g_sec_qty_grade_only_chge_doc check sschinch 09/08/04 INVCONV
5109:
5110: EXCEPTION
5111: WHEN FND_API.g_exc_unexpected_error THEN
5112: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
5113: p_proc_name => l_proc_name,
5114: p_progress => l_progress,
5115: p_add_to_msg_list => FALSE );
5116: RAISE FND_API.g_exc_unexpected_error;

Line 5118: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

5114: p_progress => l_progress,
5115: p_add_to_msg_list => FALSE );
5116: RAISE FND_API.g_exc_unexpected_error;
5117: WHEN OTHERS THEN
5118: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
5119: p_proc_name => l_proc_name,
5120: p_progress => l_progress );
5121: RAISE FND_API.g_exc_unexpected_error;
5122: END validate_changes;

Line 5660: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

5656: END LOOP; -- line changes
5657:
5658: EXCEPTION
5659: WHEN FND_API.g_exc_unexpected_error THEN
5660: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
5661: p_proc_name => l_proc_name,
5662: p_progress => l_progress,
5663: p_add_to_msg_list => FALSE );
5664: RAISE FND_API.g_exc_unexpected_error;

Line 5666: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

5662: p_progress => l_progress,
5663: p_add_to_msg_list => FALSE );
5664: RAISE FND_API.g_exc_unexpected_error;
5665: WHEN OTHERS THEN
5666: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
5667: p_proc_name => l_proc_name,
5668: p_progress => l_progress );
5669: RAISE FND_API.g_exc_unexpected_error;
5670: END validate_line_changes;

Line 6219: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

6215: END LOOP; -- shipment changes
6216:
6217: EXCEPTION
6218: WHEN FND_API.g_exc_unexpected_error THEN
6219: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
6220: p_proc_name => l_proc_name,
6221: p_progress => l_progress,
6222: p_add_to_msg_list => FALSE );
6223: RAISE FND_API.g_exc_unexpected_error;

Line 6225: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

6221: p_progress => l_progress,
6222: p_add_to_msg_list => FALSE );
6223: RAISE FND_API.g_exc_unexpected_error;
6224: WHEN OTHERS THEN
6225: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
6226: p_proc_name => l_proc_name,
6227: p_progress => l_progress );
6228: RAISE FND_API.g_exc_unexpected_error;
6229: END validate_shipment_changes;

Line 6395: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

6391: END LOOP; -- distribution changes
6392:
6393: EXCEPTION
6394: WHEN FND_API.g_exc_unexpected_error THEN
6395: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
6396: p_proc_name => l_proc_name,
6397: p_progress => l_progress,
6398: p_add_to_msg_list => FALSE );
6399: RAISE FND_API.g_exc_unexpected_error;

Line 6401: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

6397: p_progress => l_progress,
6398: p_add_to_msg_list => FALSE );
6399: RAISE FND_API.g_exc_unexpected_error;
6400: WHEN OTHERS THEN
6401: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
6402: p_proc_name => l_proc_name,
6403: p_progress => l_progress );
6404: RAISE FND_API.g_exc_unexpected_error;
6405: END validate_distribution_changes;

Line 6533: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

6529: END IF;
6530: END IF;
6531: EXCEPTION
6532: WHEN FND_API.g_exc_unexpected_error THEN
6533: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
6534: p_proc_name => l_proc_name,
6535: p_progress => l_progress,
6536: p_add_to_msg_list => FALSE );
6537: RAISE FND_API.g_exc_unexpected_error;

Line 6539: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

6535: p_progress => l_progress,
6536: p_add_to_msg_list => FALSE );
6537: RAISE FND_API.g_exc_unexpected_error;
6538: WHEN OTHERS THEN
6539: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
6540: p_proc_name => l_proc_name,
6541: p_progress => l_progress );
6542: RAISE FND_API.g_exc_unexpected_error;
6543: END unreserve_entity;

Line 6649: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

6645: END IF;
6646: END IF;
6647: EXCEPTION
6648: WHEN FND_API.g_exc_unexpected_error THEN
6649: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
6650: p_proc_name => l_proc_name,
6651: p_progress => l_progress,
6652: p_add_to_msg_list => FALSE );
6653: RAISE FND_API.g_exc_unexpected_error;

Line 6655: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

6651: p_progress => l_progress,
6652: p_add_to_msg_list => FALSE );
6653: RAISE FND_API.g_exc_unexpected_error;
6654: WHEN OTHERS THEN
6655: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
6656: p_proc_name => l_proc_name,
6657: p_progress => l_progress );
6658: RAISE FND_API.g_exc_unexpected_error;
6659: END unreserve;

Line 7070: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

7066: --
7067:
7068: EXCEPTION
7069: WHEN FND_API.g_exc_unexpected_error THEN
7070: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
7071: p_proc_name => l_proc_name,
7072: p_progress => l_progress,
7073: p_add_to_msg_list => FALSE );
7074: RAISE FND_API.g_exc_unexpected_error;

Line 7076: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

7072: p_progress => l_progress,
7073: p_add_to_msg_list => FALSE );
7074: RAISE FND_API.g_exc_unexpected_error;
7075: WHEN OTHERS THEN
7076: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
7077: p_proc_name => l_proc_name,
7078: p_progress => l_progress );
7079: RAISE FND_API.g_exc_unexpected_error;
7080: END apply_changes;

Line 7475: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

7471: create_split_distributions ( p_chg );
7472:
7473: EXCEPTION
7474: WHEN FND_API.g_exc_unexpected_error THEN
7475: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
7476: p_proc_name => l_proc_name,
7477: p_add_to_msg_list => FALSE );
7478: RAISE FND_API.g_exc_unexpected_error;
7479: WHEN OTHERS THEN

Line 7480: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

7476: p_proc_name => l_proc_name,
7477: p_add_to_msg_list => FALSE );
7478: RAISE FND_API.g_exc_unexpected_error;
7479: WHEN OTHERS THEN
7480: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
7481: p_proc_name => l_proc_name );
7482: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7483: END create_split_shipments;
7484:

Line 7868: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

7864: --
7865:
7866: EXCEPTION
7867: WHEN FND_API.g_exc_unexpected_error THEN
7868: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
7869: p_proc_name => l_proc_name,
7870: p_progress => l_progress,
7871: p_add_to_msg_list => FALSE );
7872: RAISE FND_API.g_exc_unexpected_error;

Line 7874: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

7870: p_progress => l_progress,
7871: p_add_to_msg_list => FALSE );
7872: RAISE FND_API.g_exc_unexpected_error;
7873: WHEN OTHERS THEN
7874: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
7875: p_proc_name => l_proc_name,
7876: p_progress => l_progress );
7877: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7878: END create_split_distributions;

Line 7963: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

7959: l_progress := '040';
7960:
7961: EXCEPTION
7962: WHEN FND_API.g_exc_unexpected_error THEN
7963: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
7964: p_proc_name => l_proc_name,
7965: p_progress => l_progress,
7966: p_add_to_msg_list => FALSE );
7967: RAISE FND_API.g_exc_unexpected_error;

Line 7969: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

7965: p_progress => l_progress,
7966: p_add_to_msg_list => FALSE );
7967: RAISE FND_API.g_exc_unexpected_error;
7968: WHEN OTHERS THEN
7969: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
7970: p_proc_name => l_proc_name,
7971: p_progress => l_progress );
7972: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7973: END delete_records;

Line 8172: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

8168:
8169: l_progress := '030';
8170: EXCEPTION
8171: WHEN FND_API.g_exc_unexpected_error THEN
8172: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
8173: p_proc_name => l_proc_name,
8174: p_progress => l_progress,
8175: p_add_to_msg_list => FALSE );
8176: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 8178: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

8174: p_progress => l_progress,
8175: p_add_to_msg_list => FALSE );
8176: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
8177: WHEN OTHERS THEN
8178: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
8179: p_proc_name => l_proc_name,
8180: p_progress => l_progress );
8181: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
8182: END launch_po_approval_wf;

Line 8747: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

8743:
8744: x_return_status := FND_API.G_RET_STS_ERROR;
8745: EXCEPTION
8746: WHEN FND_API.g_exc_unexpected_error THEN
8747: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
8748: p_proc_name => 'ADD_ERROR',
8749: p_progress => l_progress,
8750: p_add_to_msg_list => FALSE );
8751: RAISE FND_API.g_exc_unexpected_error;

Line 8753: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

8749: p_progress => l_progress,
8750: p_add_to_msg_list => FALSE );
8751: RAISE FND_API.g_exc_unexpected_error;
8752: WHEN OTHERS THEN
8753: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
8754: p_proc_name => 'ADD_ERROR',
8755: p_progress => l_progress );
8756: RAISE FND_API.g_exc_unexpected_error;
8757: END add_error;

Line 8811: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

8807:
8808: x_return_status := FND_API.G_RET_STS_ERROR;
8809: EXCEPTION
8810: WHEN FND_API.g_exc_unexpected_error THEN
8811: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
8812: p_proc_name => 'ADD_MESSAGE_LIST_ERRORS',
8813: p_add_to_msg_list => FALSE );
8814: RAISE FND_API.g_exc_unexpected_error;
8815: WHEN OTHERS THEN

Line 8816: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,

8812: p_proc_name => 'ADD_MESSAGE_LIST_ERRORS',
8813: p_add_to_msg_list => FALSE );
8814: RAISE FND_API.g_exc_unexpected_error;
8815: WHEN OTHERS THEN
8816: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
8817: p_proc_name => 'ADD_MESSAGE_LIST_ERRORS' );
8818: RAISE FND_API.g_exc_unexpected_error;
8819: END add_message_list_errors;
8820: