DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_POSTPROC_PVT dependencies on PO_MESSAGE_S

Line 1020: po_message_s.sql_error ('PROCESS', l_progress, SQLCODE);

1016: END IF;
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:

Line 1080: po_message_s.sql_error ('CREATE_STANDARD_PO', l_progress, SQLCODE);

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;
1083: END;
1084:

Line 1130: po_message_s.sql_error ('CREATE_BLANKET', l_progress, SQLCODE);

1126: p_progress => l_progress
1127: );
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;

Line 1179: po_message_s.sql_error ('CALCULATE_TAX', l_progress, SQLCODE);

1175: p_progress => l_progress
1176: );
1177: END IF;
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:

Line 1685: po_message_s.sql_error ('COPY_ATTACHMENT', l_progress, SQLCODE);

1681: p_progress => l_progress
1682: );
1683: END IF;
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:

Line 2032: po_message_s.sql_error ('SET_CLM_STRUCTURE', l_progress, SQLCODE);

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:
2036:

Line 2348: po_message_s.sql_error ('SET_LINE_NUM_DISPLAY', l_progress, SQLCODE);

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:
2352:

Line 2533: po_message_s.sql_error ('UPDATE_UDA_TEMPLATE_ID', l_progress, SQLCODE);

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:
2537: -- CLM Autocreate - convert funding to info SLIN start

Line 2704: po_message_s.sql_error ('CREATE_INFO_SLIN', l_progress, SQLCODE);

2700: po_debug.debug_exc (p_log_head => g_log_head || l_api_name,
2701: p_progress => l_progress
2702: );
2703: END IF;
2704: po_message_s.sql_error ('CREATE_INFO_SLIN', l_progress, SQLCODE);
2705: RAISE;
2706:
2707: END create_info_slin;
2708:

Line 2811: po_message_s.sql_error ('CONVERT_FUND_TO_INFO_SLIN', l_progress, SQLCODE);

2807: po_debug.debug_exc (p_log_head => g_log_head || l_api_name,
2808: p_progress => l_progress
2809: );
2810: END IF;
2811: po_message_s.sql_error ('CONVERT_FUND_TO_INFO_SLIN', l_progress, SQLCODE);
2812: RAISE;
2813:
2814: END convert_fund_to_info_slin;
2815:

Line 2953: po_message_s.sql_error ('COPY_EXHIBIT_FROM_SOL', l_progress, SQLCODE);

2949: po_debug.debug_exc (p_log_head => g_log_head || l_api_name,
2950: p_progress => l_progress
2951: );
2952: END IF;
2953: po_message_s.sql_error ('COPY_EXHIBIT_FROM_SOL', l_progress, SQLCODE);
2954: RAISE;
2955:
2956: END copy_exhibit_from_sol;
2957: