DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_DEBUG

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

487: log_changes(p_changes); -- Print the changes for statement-level logging.
488: WHEN OTHERS THEN
489: ROLLBACK TO PO_DOCUMENT_UPDATE_PVT_SP;
490: -- Add the unexpected error to the API message list.
491: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
492: p_proc_name => l_api_name );
493: -- Add the errors on the API message list to g_api_errors.
494: add_message_list_errors ( p_api_errors => g_api_errors,
495: x_return_status => x_return_status,

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

582: * g_gml_common_rcv_installed := GML_PO_FOR_PROCESS.check_po_for_proc();
583: * END INVCONV SSCHINCH 09/07/04*/
584: EXCEPTION
585: WHEN FND_API.g_exc_unexpected_error THEN
586: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
587: p_proc_name => l_proc_name,
588: p_add_to_msg_list => FALSE );
589: RAISE FND_API.g_exc_unexpected_error;
590: WHEN OTHERS THEN

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

587: p_proc_name => l_proc_name,
588: p_add_to_msg_list => FALSE );
589: RAISE FND_API.g_exc_unexpected_error;
590: WHEN OTHERS THEN
591: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
592: p_proc_name => l_proc_name );
593: RAISE FND_API.g_exc_unexpected_error;
594: END init_globals;
595:

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

691:
692:
693: EXCEPTION
694: WHEN FND_API.g_exc_unexpected_error THEN
695: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
696: p_proc_name => l_proc_name,
697: p_add_to_msg_list => FALSE );
698: RAISE FND_API.g_exc_unexpected_error;
699: WHEN OTHERS THEN

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

696: p_proc_name => l_proc_name,
697: p_add_to_msg_list => FALSE );
698: RAISE FND_API.g_exc_unexpected_error;
699: WHEN OTHERS THEN
700: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
701: p_proc_name => l_proc_name );
702: RAISE FND_API.g_exc_unexpected_error;
703: END init_document_globals;
704:

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

909: END LOOP;
910:
911: EXCEPTION
912: WHEN FND_API.g_exc_unexpected_error THEN
913: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
914: p_proc_name => l_proc_name,
915: p_add_to_msg_list => FALSE );
916: RAISE FND_API.g_exc_unexpected_error;
917: WHEN OTHERS THEN

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

914: p_proc_name => l_proc_name,
915: p_add_to_msg_list => FALSE );
916: RAISE FND_API.g_exc_unexpected_error;
917: WHEN OTHERS THEN
918: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
919: p_proc_name => l_proc_name );
920: RAISE FND_API.g_exc_unexpected_error;
921: END verify_document_ids;
922:

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

1099: verify_inputs (p_chg, x_return_status);
1100:
1101: EXCEPTION
1102: WHEN FND_API.g_exc_unexpected_error THEN
1103: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1104: p_proc_name => l_proc_name,
1105: p_progress => l_progress,
1106: p_add_to_msg_list => FALSE );
1107: RAISE FND_API.g_exc_unexpected_error;

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

1105: p_progress => l_progress,
1106: p_add_to_msg_list => FALSE );
1107: RAISE FND_API.g_exc_unexpected_error;
1108: WHEN OTHERS THEN
1109: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1110: p_proc_name => l_proc_name,
1111: p_progress => l_progress );
1112: RAISE FND_API.g_exc_unexpected_error;
1113: END process_inputs;

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

1193: = FSP.inventory_organization_id; -- JOIN
1194:
1195: EXCEPTION
1196: WHEN FND_API.g_exc_unexpected_error THEN
1197: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1198: p_proc_name => 'POPULATE_LINE_CACHED_FIELDS',
1199: p_add_to_msg_list => FALSE );
1200: RAISE FND_API.g_exc_unexpected_error;
1201: WHEN OTHERS THEN

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

1198: p_proc_name => 'POPULATE_LINE_CACHED_FIELDS',
1199: p_add_to_msg_list => FALSE );
1200: RAISE FND_API.g_exc_unexpected_error;
1201: WHEN OTHERS THEN
1202: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1203: p_proc_name => 'POPULATE_LINE_CACHED_FIELDS' );
1204: RAISE FND_API.g_exc_unexpected_error;
1205: END populate_line_cached_fields;
1206:

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

1351: = FSP.inventory_organization_id; -- JOIN
1352:
1353: EXCEPTION
1354: WHEN FND_API.g_exc_unexpected_error THEN
1355: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1356: p_proc_name => 'POPULATE_SHIP_CACHED_FIELDS',
1357: p_add_to_msg_list => FALSE );
1358: RAISE FND_API.g_exc_unexpected_error;
1359: WHEN OTHERS THEN

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

1356: p_proc_name => 'POPULATE_SHIP_CACHED_FIELDS',
1357: p_add_to_msg_list => FALSE );
1358: RAISE FND_API.g_exc_unexpected_error;
1359: WHEN OTHERS THEN
1360: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1361: p_proc_name => 'POPULATE_SHIP_CACHED_FIELDS' );
1362: RAISE FND_API.g_exc_unexpected_error;
1363: END populate_ship_cached_fields;
1364:

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

1475:
1476:
1477: EXCEPTION
1478: WHEN FND_API.g_exc_unexpected_error THEN
1479: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1480: p_proc_name => 'POPULATE_DIST_CACHED_FIELDS',
1481: p_add_to_msg_list => FALSE );
1482: RAISE FND_API.g_exc_unexpected_error;
1483: WHEN OTHERS THEN

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

1480: p_proc_name => 'POPULATE_DIST_CACHED_FIELDS',
1481: p_add_to_msg_list => FALSE );
1482: RAISE FND_API.g_exc_unexpected_error;
1483: WHEN OTHERS THEN
1484: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1485: p_proc_name => 'POPULATE_DIST_CACHED_FIELDS' );
1486: RAISE FND_API.g_exc_unexpected_error;
1487: END populate_dist_cached_fields;
1488:

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

1672: l_progress := '040';
1673:
1674: EXCEPTION
1675: WHEN FND_API.g_exc_unexpected_error THEN
1676: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1677: p_proc_name => l_proc_name,
1678: p_progress => l_progress,
1679: p_add_to_msg_list => FALSE );
1680: RAISE FND_API.g_exc_unexpected_error;

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

1678: p_progress => l_progress,
1679: p_add_to_msg_list => FALSE );
1680: RAISE FND_API.g_exc_unexpected_error;
1681: WHEN OTHERS THEN
1682: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
1683: p_proc_name => l_proc_name,
1684: p_progress => l_progress );
1685: RAISE FND_API.g_exc_unexpected_error;
1686: END preprocess_changes;

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

2173: l_progress := '500';
2174:
2175: EXCEPTION
2176: WHEN FND_API.g_exc_unexpected_error THEN
2177: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2178: p_proc_name => l_proc_name,
2179: p_progress => l_progress,
2180: p_add_to_msg_list => FALSE );
2181: RAISE FND_API.g_exc_unexpected_error;

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

2179: p_progress => l_progress,
2180: p_add_to_msg_list => FALSE );
2181: RAISE FND_API.g_exc_unexpected_error;
2182: WHEN OTHERS THEN
2183: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2184: p_proc_name => l_proc_name,
2185: p_progress => l_progress );
2186: RAISE FND_API.g_exc_unexpected_error;
2187: END verify_inputs;

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

2599: END LOOP; -- distribution changes
2600:
2601: EXCEPTION
2602: WHEN FND_API.g_exc_unexpected_error THEN
2603: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2604: p_proc_name => l_proc_name,
2605: p_progress => l_progress,
2606: p_add_to_msg_list => FALSE );
2607: RAISE FND_API.g_exc_unexpected_error;

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

2605: p_progress => l_progress,
2606: p_add_to_msg_list => FALSE );
2607: RAISE FND_API.g_exc_unexpected_error;
2608: WHEN OTHERS THEN
2609: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2610: p_proc_name => l_proc_name,
2611: p_progress => l_progress );
2612: RAISE FND_API.g_exc_unexpected_error;
2613: END check_type_specific_fields;

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

2734: /* END INVCONV */
2735:
2736: EXCEPTION
2737: WHEN OTHERS THEN
2738: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2739: p_proc_name => 'CHECK_NEW_QTY_PRICE_AMT' );
2740: RAISE FND_API.g_exc_unexpected_error;
2741: END check_new_qty_price_amt;
2742:

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

2781: RETURN TRUE;
2782:
2783: EXCEPTION
2784: WHEN OTHERS THEN
2785: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2786: p_proc_name => 'IS_SPLIT_SHIPMENT_NUM_UNIQUE' );
2787: RAISE FND_API.g_exc_unexpected_error;
2788: END is_split_shipment_num_unique;
2789:

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

2809: RETURN (p_chg.line_changes.quantity(i) IS NOT NULL)
2810: OR (p_chg.line_changes.amount(i) IS NOT NULL);
2811: EXCEPTION
2812: WHEN OTHERS THEN
2813: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2814: p_proc_name => 'LINE_HAS_QTY_AMT_CHANGE' );
2815: RAISE FND_API.g_exc_unexpected_error;
2816: END line_has_qty_amt_change;
2817:

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

2838: OR (p_chg.shipment_changes.amount(i) IS NOT NULL)
2839: OR (p_chg.shipment_changes.price_override(i) IS NOT NULL); -- 2840: EXCEPTION
2841: WHEN OTHERS THEN
2842: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2843: p_proc_name => 'SHIP_HAS_QTY_AMT_CHANGE' );
2844: RAISE FND_API.g_exc_unexpected_error;
2845: END ship_has_qty_amt_change;
2846:

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

2866: RETURN (p_chg.distribution_changes.quantity_ordered(i) IS NOT NULL)
2867: OR (p_chg.distribution_changes.amount_ordered(i) IS NOT NULL);
2868: EXCEPTION
2869: WHEN OTHERS THEN
2870: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2871: p_proc_name => 'DIST_HAS_QTY_AMT_CHANGE' );
2872: RAISE FND_API.g_exc_unexpected_error;
2873: END dist_has_qty_amt_change;
2874:

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

2907:
2908: RETURN FALSE;
2909: EXCEPTION
2910: WHEN OTHERS THEN
2911: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2912: p_proc_name => 'LINE_HAS_SHIP_QTY_AMT_CHANGE' );
2913: RAISE FND_API.g_exc_unexpected_error;
2914: END line_has_ship_qty_amt_change;
2915:

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

2976:
2977: RETURN FALSE;
2978: EXCEPTION
2979: WHEN OTHERS THEN
2980: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
2981: p_proc_name => 'SHIP_HAS_DIST_QTY_AMT_CHANGE' );
2982: RAISE FND_API.g_exc_unexpected_error;
2983: END ship_has_dist_qty_amt_change;
2984:

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

3835: IF po_shipment_csr%ISOPEN THEN
3836: CLOSE po_shipment_csr;
3837: END IF;
3838:
3839: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
3840: p_proc_name => l_proc_name,
3841: p_progress => l_progress,
3842: p_add_to_msg_list => FALSE );
3843: RAISE FND_API.g_exc_unexpected_error;

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

3849: IF po_shipment_csr%ISOPEN THEN
3850: CLOSE po_shipment_csr;
3851: END IF;
3852:
3853: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
3854: p_proc_name => l_proc_name,
3855: p_progress => l_progress );
3856: RAISE FND_API.g_exc_unexpected_error;
3857: END derive_changes;

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

4010:
4011: x_derived_quantity2 := l_qty2; -- Return the Quantity2 derived by the API.
4012: EXCEPTION
4013: WHEN FND_API.g_exc_unexpected_error THEN
4014: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4015: p_proc_name => l_proc_name,
4016: p_progress => l_progress,
4017: p_add_to_msg_list => FALSE );
4018: RAISE FND_API.g_exc_unexpected_error;

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

4016: p_progress => l_progress,
4017: p_add_to_msg_list => FALSE );
4018: RAISE FND_API.g_exc_unexpected_error;
4019: WHEN OTHERS THEN
4020: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4021: p_proc_name => l_proc_name,
4022: p_progress => l_progress );
4023: RAISE FND_API.g_exc_unexpected_error;
4024: END derive_secondary_quantity;

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

4095: END IF;
4096:
4097: EXCEPTION
4098: WHEN FND_API.g_exc_unexpected_error THEN
4099: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4100: p_proc_name => 'GET_RELEASE_BREAK_PRICE',
4101: p_add_to_msg_list => FALSE );
4102: RAISE FND_API.g_exc_unexpected_error;
4103: WHEN OTHERS THEN

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

4100: p_proc_name => 'GET_RELEASE_BREAK_PRICE',
4101: p_add_to_msg_list => FALSE );
4102: RAISE FND_API.g_exc_unexpected_error;
4103: WHEN OTHERS THEN
4104: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4105: p_proc_name => 'GET_RELEASE_BREAK_PRICE' );
4106: RAISE FND_API.g_exc_unexpected_error;
4107: END get_release_break_price;
4108:

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

4251: END IF;
4252:
4253: EXCEPTION
4254: WHEN FND_API.g_exc_unexpected_error THEN
4255: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4256: p_proc_name => 'GET_PO_BREAK_PRICE',
4257: p_add_to_msg_list => FALSE );
4258: RAISE FND_API.g_exc_unexpected_error;
4259: WHEN OTHERS THEN

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

4256: p_proc_name => 'GET_PO_BREAK_PRICE',
4257: p_add_to_msg_list => FALSE );
4258: RAISE FND_API.g_exc_unexpected_error;
4259: WHEN OTHERS THEN
4260: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4261: p_proc_name => 'GET_PO_BREAK_PRICE' );
4262: RAISE FND_API.g_exc_unexpected_error;
4263: END get_po_break_price;
4264:

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

4299:
4300: RETURN l_line_location_id;
4301: EXCEPTION
4302: WHEN FND_API.g_exc_unexpected_error THEN
4303: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4304: p_proc_name => 'GET_MIN_SHIPMENT_ID',
4305: p_add_to_msg_list => FALSE );
4306: RAISE FND_API.g_exc_unexpected_error;
4307: WHEN OTHERS THEN

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

4304: p_proc_name => 'GET_MIN_SHIPMENT_ID',
4305: p_add_to_msg_list => FALSE );
4306: RAISE FND_API.g_exc_unexpected_error;
4307: WHEN OTHERS THEN
4308: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4309: p_proc_name => 'GET_MIN_SHIPMENT_ID' );
4310: RAISE FND_API.g_exc_unexpected_error;
4311: END get_min_shipment_id;
4312:

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

4630: END IF; -- document type is standard PO or planned PO
4631:
4632: EXCEPTION
4633: WHEN FND_API.g_exc_unexpected_error THEN
4634: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4635: p_proc_name => l_proc_name,
4636: p_progress => l_progress,
4637: p_add_to_msg_list => FALSE );
4638: RAISE FND_API.g_exc_unexpected_error;

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

4636: p_progress => l_progress,
4637: p_add_to_msg_list => FALSE );
4638: RAISE FND_API.g_exc_unexpected_error;
4639: WHEN OTHERS THEN
4640: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4641: p_proc_name => l_proc_name,
4642: p_progress => l_progress );
4643: RAISE FND_API.g_exc_unexpected_error;
4644: END derive_qty_amt_rollups;

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

4981: IF (po_distribution_csr%ISOPEN) THEN
4982: CLOSE po_distribution_csr;
4983: END IF;
4984:
4985: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4986: p_proc_name => l_proc_name,
4987: p_progress => l_progress,
4988: p_add_to_msg_list => FALSE );
4989: RAISE FND_API.g_exc_unexpected_error;

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

4991: IF (po_distribution_csr%ISOPEN) THEN
4992: CLOSE po_distribution_csr;
4993: END IF;
4994:
4995: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
4996: p_proc_name => l_proc_name,
4997: p_progress => l_progress );
4998: RAISE FND_API.g_exc_unexpected_error;
4999: END derive_qty_amt_rolldowns;

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

5147: END IF; --g_sec_qty_grade_only_chge_doc check sschinch 09/08/04 INVCONV
5148:
5149: EXCEPTION
5150: WHEN FND_API.g_exc_unexpected_error THEN
5151: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
5152: p_proc_name => l_proc_name,
5153: p_progress => l_progress,
5154: p_add_to_msg_list => FALSE );
5155: RAISE FND_API.g_exc_unexpected_error;

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

5153: p_progress => l_progress,
5154: p_add_to_msg_list => FALSE );
5155: RAISE FND_API.g_exc_unexpected_error;
5156: WHEN OTHERS THEN
5157: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
5158: p_proc_name => l_proc_name,
5159: p_progress => l_progress );
5160: RAISE FND_API.g_exc_unexpected_error;
5161: END validate_changes;

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

5701: END LOOP; -- line changes
5702:
5703: EXCEPTION
5704: WHEN FND_API.g_exc_unexpected_error THEN
5705: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
5706: p_proc_name => l_proc_name,
5707: p_progress => l_progress,
5708: p_add_to_msg_list => FALSE );
5709: RAISE FND_API.g_exc_unexpected_error;

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

5707: p_progress => l_progress,
5708: p_add_to_msg_list => FALSE );
5709: RAISE FND_API.g_exc_unexpected_error;
5710: WHEN OTHERS THEN
5711: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
5712: p_proc_name => l_proc_name,
5713: p_progress => l_progress );
5714: RAISE FND_API.g_exc_unexpected_error;
5715: END validate_line_changes;

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

6265: END LOOP; -- shipment changes
6266:
6267: EXCEPTION
6268: WHEN FND_API.g_exc_unexpected_error THEN
6269: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
6270: p_proc_name => l_proc_name,
6271: p_progress => l_progress,
6272: p_add_to_msg_list => FALSE );
6273: RAISE FND_API.g_exc_unexpected_error;

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

6271: p_progress => l_progress,
6272: p_add_to_msg_list => FALSE );
6273: RAISE FND_API.g_exc_unexpected_error;
6274: WHEN OTHERS THEN
6275: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
6276: p_proc_name => l_proc_name,
6277: p_progress => l_progress );
6278: RAISE FND_API.g_exc_unexpected_error;
6279: END validate_shipment_changes;

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

6447: END LOOP; -- distribution changes
6448:
6449: EXCEPTION
6450: WHEN FND_API.g_exc_unexpected_error THEN
6451: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
6452: p_proc_name => l_proc_name,
6453: p_progress => l_progress,
6454: p_add_to_msg_list => FALSE );
6455: RAISE FND_API.g_exc_unexpected_error;

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

6453: p_progress => l_progress,
6454: p_add_to_msg_list => FALSE );
6455: RAISE FND_API.g_exc_unexpected_error;
6456: WHEN OTHERS THEN
6457: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
6458: p_proc_name => l_proc_name,
6459: p_progress => l_progress );
6460: RAISE FND_API.g_exc_unexpected_error;
6461: END validate_distribution_changes;

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

6585: END IF;
6586: END IF;
6587: EXCEPTION
6588: WHEN FND_API.g_exc_unexpected_error THEN
6589: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
6590: p_proc_name => l_proc_name,
6591: p_progress => l_progress,
6592: p_add_to_msg_list => FALSE );
6593: RAISE FND_API.g_exc_unexpected_error;

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

6591: p_progress => l_progress,
6592: p_add_to_msg_list => FALSE );
6593: RAISE FND_API.g_exc_unexpected_error;
6594: WHEN OTHERS THEN
6595: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
6596: p_proc_name => l_proc_name,
6597: p_progress => l_progress );
6598: RAISE FND_API.g_exc_unexpected_error;
6599: END unreserve_entity;

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

6701: END IF;
6702: END IF;
6703: EXCEPTION
6704: WHEN FND_API.g_exc_unexpected_error THEN
6705: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
6706: p_proc_name => l_proc_name,
6707: p_progress => l_progress,
6708: p_add_to_msg_list => FALSE );
6709: RAISE FND_API.g_exc_unexpected_error;

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

6707: p_progress => l_progress,
6708: p_add_to_msg_list => FALSE );
6709: RAISE FND_API.g_exc_unexpected_error;
6710: WHEN OTHERS THEN
6711: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
6712: p_proc_name => l_proc_name,
6713: p_progress => l_progress );
6714: RAISE FND_API.g_exc_unexpected_error;
6715: END unreserve;

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

7178: --
7179:
7180: EXCEPTION
7181: WHEN FND_API.g_exc_unexpected_error THEN
7182: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
7183: p_proc_name => l_proc_name,
7184: p_progress => l_progress,
7185: p_add_to_msg_list => FALSE );
7186: RAISE FND_API.g_exc_unexpected_error;

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

7184: p_progress => l_progress,
7185: p_add_to_msg_list => FALSE );
7186: RAISE FND_API.g_exc_unexpected_error;
7187: WHEN OTHERS THEN
7188: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
7189: p_proc_name => l_proc_name,
7190: p_progress => l_progress );
7191: RAISE FND_API.g_exc_unexpected_error;
7192: END apply_changes;

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

7583: create_split_distributions ( p_chg );
7584:
7585: EXCEPTION
7586: WHEN FND_API.g_exc_unexpected_error THEN
7587: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
7588: p_proc_name => l_proc_name,
7589: p_add_to_msg_list => FALSE );
7590: RAISE FND_API.g_exc_unexpected_error;
7591: WHEN OTHERS THEN

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

7588: p_proc_name => l_proc_name,
7589: p_add_to_msg_list => FALSE );
7590: RAISE FND_API.g_exc_unexpected_error;
7591: WHEN OTHERS THEN
7592: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
7593: p_proc_name => l_proc_name );
7594: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7595: END create_split_shipments;
7596:

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

7976: --
7977:
7978: EXCEPTION
7979: WHEN FND_API.g_exc_unexpected_error THEN
7980: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
7981: p_proc_name => l_proc_name,
7982: p_progress => l_progress,
7983: p_add_to_msg_list => FALSE );
7984: RAISE FND_API.g_exc_unexpected_error;

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

7982: p_progress => l_progress,
7983: p_add_to_msg_list => FALSE );
7984: RAISE FND_API.g_exc_unexpected_error;
7985: WHEN OTHERS THEN
7986: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
7987: p_proc_name => l_proc_name,
7988: p_progress => l_progress );
7989: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7990: END create_split_distributions;

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

8094: l_progress := '050';
8095:
8096: EXCEPTION
8097: WHEN FND_API.g_exc_unexpected_error THEN
8098: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
8099: p_proc_name => l_proc_name,
8100: p_progress => l_progress,
8101: p_add_to_msg_list => FALSE );
8102: RAISE FND_API.g_exc_unexpected_error;

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

8100: p_progress => l_progress,
8101: p_add_to_msg_list => FALSE );
8102: RAISE FND_API.g_exc_unexpected_error;
8103: WHEN OTHERS THEN
8104: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
8105: p_proc_name => l_proc_name,
8106: p_progress => l_progress );
8107: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
8108: END delete_records;

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

8303:
8304: l_progress := '030';
8305: EXCEPTION
8306: WHEN FND_API.g_exc_unexpected_error THEN
8307: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
8308: p_proc_name => l_proc_name,
8309: p_progress => l_progress,
8310: p_add_to_msg_list => FALSE );
8311: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

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

8309: p_progress => l_progress,
8310: p_add_to_msg_list => FALSE );
8311: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
8312: WHEN OTHERS THEN
8313: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
8314: p_proc_name => l_proc_name,
8315: p_progress => l_progress );
8316: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
8317: END launch_po_approval_wf;

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

8878:
8879: x_return_status := FND_API.G_RET_STS_ERROR;
8880: EXCEPTION
8881: WHEN FND_API.g_exc_unexpected_error THEN
8882: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
8883: p_proc_name => 'ADD_ERROR',
8884: p_progress => l_progress,
8885: p_add_to_msg_list => FALSE );
8886: RAISE FND_API.g_exc_unexpected_error;

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

8884: p_progress => l_progress,
8885: p_add_to_msg_list => FALSE );
8886: RAISE FND_API.g_exc_unexpected_error;
8887: WHEN OTHERS THEN
8888: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
8889: p_proc_name => 'ADD_ERROR',
8890: p_progress => l_progress );
8891: RAISE FND_API.g_exc_unexpected_error;
8892: END add_error;

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

8942:
8943: x_return_status := FND_API.G_RET_STS_ERROR;
8944: EXCEPTION
8945: WHEN FND_API.g_exc_unexpected_error THEN
8946: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
8947: p_proc_name => 'ADD_MESSAGE_LIST_ERRORS',
8948: p_add_to_msg_list => FALSE );
8949: RAISE FND_API.g_exc_unexpected_error;
8950: WHEN OTHERS THEN

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

8947: p_proc_name => 'ADD_MESSAGE_LIST_ERRORS',
8948: p_add_to_msg_list => FALSE );
8949: RAISE FND_API.g_exc_unexpected_error;
8950: WHEN OTHERS THEN
8951: PO_DEBUG.handle_unexp_error ( p_pkg_name => g_pkg_name,
8952: p_proc_name => 'ADD_MESSAGE_LIST_ERRORS' );
8953: RAISE FND_API.g_exc_unexpected_error;
8954: END add_message_list_errors;
8955: