DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_POSTPROC_PVT dependencies on PO_AUTOCREATE_PVT

Line 910: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_UDA_TEMP_ERR',x_token1_value => sqlerrm);

906: PO_AUTOCREATE_PARAMS.g_number_records_processed := 0;
907: CLOSE c_doc;
908:
909: --CLM Phase 2 changes : error handling
910: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_UDA_TEMP_ERR',x_token1_value => sqlerrm);
911:
912: po_autocreate_pvt.wrapup ();
913: RAISE;
914:

Line 912: po_autocreate_pvt.wrapup ();

908:
909: --CLM Phase 2 changes : error handling
910: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_UDA_TEMP_ERR',x_token1_value => sqlerrm);
911:
912: po_autocreate_pvt.wrapup ();
913: RAISE;
914:
915: WHEN l_contracts_call_exception
916: THEN

Line 957: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_CONT_ERR',x_token1_value => sqlerrm);

953:
954: CLOSE c_doc;
955:
956: --CLM Phase 2 changes : error handling
957: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_CONT_ERR',x_token1_value => sqlerrm);
958:
959: po_autocreate_pvt.wrapup ();
960: RAISE;
961: WHEN l_default_doc_number_exception THEN

Line 959: po_autocreate_pvt.wrapup ();

955:
956: --CLM Phase 2 changes : error handling
957: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_CONT_ERR',x_token1_value => sqlerrm);
958:
959: po_autocreate_pvt.wrapup ();
960: RAISE;
961: WHEN l_default_doc_number_exception THEN
962:
963: IF g_debug_stmt THEN

Line 1005: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_DOC_NUM_ERR',x_token1_value => sqlerrm);

1001: CLOSE c_doc;
1002: END IF;
1003:
1004: --CLM Phase 2 changes : error handling
1005: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_DOC_NUM_ERR',x_token1_value => sqlerrm);
1006:
1007: po_autocreate_pvt.wrapup ();
1008: RAISE;
1009: WHEN OTHERS

Line 1007: po_autocreate_pvt.wrapup ();

1003:
1004: --CLM Phase 2 changes : error handling
1005: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_DOC_NUM_ERR',x_token1_value => sqlerrm);
1006:
1007: po_autocreate_pvt.wrapup ();
1008: RAISE;
1009: WHEN OTHERS
1010: THEN
1011: IF g_debug_unexp

Line 1021: po_autocreate_pvt.wrapup ();

1017:
1018: CLOSE c_doc;
1019:
1020: po_message_s.sql_error ('PROCESS', l_progress, SQLCODE);
1021: po_autocreate_pvt.wrapup ();
1022: RAISE;
1023: END process;
1024:
1025: /*

Line 1078: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_CREATEPO_ERR',x_token1_value => sqlerrm);

1074: );
1075: END IF;
1076:
1077: --CLM Phase 2 changes : error handling
1078: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_CREATEPO_ERR',x_token1_value => sqlerrm);
1079:
1080: po_message_s.sql_error ('CREATE_STANDARD_PO', l_progress, SQLCODE);
1081: po_autocreate_pvt.wrapup ();
1082: RAISE;

Line 1081: po_autocreate_pvt.wrapup ();

1077: --CLM Phase 2 changes : error handling
1078: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_CREATEPO_ERR',x_token1_value => sqlerrm);
1079:
1080: po_message_s.sql_error ('CREATE_STANDARD_PO', l_progress, SQLCODE);
1081: po_autocreate_pvt.wrapup ();
1082: RAISE;
1083: END;
1084:
1085: /* ============================================================================

Line 1132: po_autocreate_pvt.wrapup ();

1128: END IF;
1129:
1130: po_message_s.sql_error ('CREATE_BLANKET', l_progress, SQLCODE);
1131:
1132: po_autocreate_pvt.wrapup ();
1133: RAISE;
1134: END;
1135:
1136: /* ============================================================================

Line 1182: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_CAL_TAX_ERR',x_token1_value => sqlerrm);

1178:
1179: po_message_s.sql_error ('CALCULATE_TAX', l_progress, SQLCODE);
1180:
1181: --CLM Phase 2 changes : error handling
1182: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_CAL_TAX_ERR',x_token1_value => sqlerrm);
1183:
1184: po_autocreate_pvt.wrapup ();
1185: RAISE;
1186: END;

Line 1184: po_autocreate_pvt.wrapup ();

1180:
1181: --CLM Phase 2 changes : error handling
1182: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_CAL_TAX_ERR',x_token1_value => sqlerrm);
1183:
1184: po_autocreate_pvt.wrapup ();
1185: RAISE;
1186: END;
1187:
1188: /* ============================================================================

Line 1688: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_CPY_ATTCH_ERR',x_token1_value => sqlerrm);

1684:
1685: po_message_s.sql_error ('COPY_ATTACHMENT', l_progress, SQLCODE);
1686:
1687: --CLM Phase 2 changes : error handling
1688: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_CPY_ATTCH_ERR',x_token1_value => sqlerrm);
1689:
1690: po_autocreate_pvt.wrapup ();
1691: RAISE;
1692: END copy_attachment;

Line 1690: po_autocreate_pvt.wrapup ();

1686:
1687: --CLM Phase 2 changes : error handling
1688: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_CPY_ATTCH_ERR',x_token1_value => sqlerrm);
1689:
1690: po_autocreate_pvt.wrapup ();
1691: RAISE;
1692: END copy_attachment;
1693:
1694: /* ============================================================================

Line 2029: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_CLM_STR_ERR',x_token1_value => sqlerrm);

2025: );
2026: END IF;
2027:
2028: --CLM Phase 2 changes : error handling
2029: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_CLM_STR_ERR',x_token1_value => sqlerrm);
2030:
2031: po_autocreate_pvt.wrapup ();
2032: po_message_s.sql_error ('SET_CLM_STRUCTURE', l_progress, SQLCODE);
2033: RAISE;

Line 2031: po_autocreate_pvt.wrapup ();

2027:
2028: --CLM Phase 2 changes : error handling
2029: PO_AUTOCREATE_PVT.report_error('PO_AUTO_POST_CLM_STR_ERR',x_token1_value => sqlerrm);
2030:
2031: po_autocreate_pvt.wrapup ();
2032: po_message_s.sql_error ('SET_CLM_STRUCTURE', l_progress, SQLCODE);
2033: RAISE;
2034: END set_clm_structure;
2035:

Line 2345: PO_AUTOCREATE_PVT.report_error('PO_AUTO_SET_LINE_NUM_DISP_ERR',x_token1_value => sqlerrm);

2341: );
2342: END IF;
2343:
2344: --CLM Phase 2 changes : error handling
2345: PO_AUTOCREATE_PVT.report_error('PO_AUTO_SET_LINE_NUM_DISP_ERR',x_token1_value => sqlerrm);
2346:
2347: -- PO_AUTOCREATE_PVT.wrapup();
2348: po_message_s.sql_error ('SET_LINE_NUM_DISPLAY', l_progress, SQLCODE);
2349: RAISE;

Line 2347: -- PO_AUTOCREATE_PVT.wrapup();

2343:
2344: --CLM Phase 2 changes : error handling
2345: PO_AUTOCREATE_PVT.report_error('PO_AUTO_SET_LINE_NUM_DISP_ERR',x_token1_value => sqlerrm);
2346:
2347: -- PO_AUTOCREATE_PVT.wrapup();
2348: po_message_s.sql_error ('SET_LINE_NUM_DISPLAY', l_progress, SQLCODE);
2349: RAISE;
2350: END set_line_num_display;
2351:

Line 2532: -- PO_AUTOCREATE_PVT.wrapup();

2528: p_progress => l_progress
2529: );
2530: END IF;
2531:
2532: -- PO_AUTOCREATE_PVT.wrapup();
2533: po_message_s.sql_error ('UPDATE_UDA_TEMPLATE_ID', l_progress, SQLCODE);
2534: RAISE;
2535: END update_uda_template_id;
2536: