DBA Data[Home] [Help]

APPS.BOM_COPY_BILL dependencies on APP_EXCEPTION

Line 220: app_exception.raise_exception;

216: err_msg := 'BILL_GET_MSG_INFO (' || sql_stmt_num || ') ' || SQLERRM;
217: fnd_message.set_name ('BOM', 'BOM_SQL_ERR');
218: fnd_message.set_token ('ENTITY', err_msg);
219: ROLLBACK TO begin_bill_copy;
220: app_exception.raise_exception;
221: END bill_get_msg_info;
222:
223: PROCEDURE bill_get_msg_info_compops (
224: total_component_operations OUT NOCOPY NUMBER,

Line 293: app_exception.raise_exception;

289: 'BILL_GET_MSG_INFO_COMPOPS (' || sql_stmt_num || ') ' || SQLERRM;
290: fnd_message.set_name ('BOM', 'BOM_SQL_ERR');
291: fnd_message.set_token ('ENTITY', err_msg);
292: ROLLBACK TO begin_bill_copy;
293: app_exception.raise_exception;
294: END bill_get_msg_info_compops;
295:
296: PROCEDURE copy_bill (
297: to_sequence_id IN NUMBER,

Line 4942: app_exception.raise_exception;

4938: err_msg := 'COPY_BILL (' || sql_stmt_num || ') ' || SQLERRM;
4939: fnd_message.set_name ('BOM', 'BOM_SQL_ERR');
4940: fnd_message.set_token ('ENTITY', err_msg);
4941: ROLLBACK TO begin_bill_copy;
4942: app_exception.raise_exception;
4943: END;
4944:
4945: BEGIN
4946: --Turn off trigger BOMTBICX

Line 5093: app_exception.raise_exception;

5089: err_msg := 'COPY_BILL (' || sql_stmt_num || ') ' || SQLERRM;
5090: fnd_message.set_name ('BOM', 'BOM_SQL_ERR');
5091: fnd_message.set_token ('ENTITY', err_msg);
5092: ROLLBACK TO begin_bill_copy;
5093: app_exception.raise_exception;
5094: END;
5095: END IF;
5096:
5097: -- Other organizations who use our bills as common bills must have the

Line 6224: app_exception.raise_exception;

6220: sysdate
6221: );
6222: ELSE
6223: ROLLBACK TO begin_bill_copy;
6224: app_exception.raise_exception;
6225: END IF;
6226: WHEN common_error
6227: THEN
6228: bom_globals.g_skip_bomtbicx := 'N';

Line 6273: app_exception.raise_exception;

6269: sysdate
6270: );
6271: ELSE
6272: ROLLBACK TO begin_bill_copy;
6273: app_exception.raise_exception;
6274: END IF;
6275: WHEN OTHERS
6276: THEN
6277: bom_globals.g_skip_bomtbicx := 'N';

Line 6282: app_exception.raise_exception;

6278: err_msg := 'COPY_BILL (' || sql_stmt_num || ') ' || SQLERRM;
6279: fnd_message.set_name ('BOM', 'BOM_SQL_ERR');
6280: fnd_message.set_token ('ENTITY', err_msg);
6281: ROLLBACK TO begin_bill_copy;
6282: app_exception.raise_exception;
6283: END copy_bill;
6284:
6285: /* This function is no longer required. 03-Jan-2006 Bug 4916826
6286: FUNCTION get_component_path (

Line 6655: app_exception.raise_exception;

6651: err_msg := 'COPY_BILL ( assign_items_to_org )' || SQLERRM;
6652: fnd_message.set_name ('BOM', 'BOM_SQL_ERR');
6653: fnd_message.set_token ('ENTITY', err_msg);
6654: ROLLBACK TO begin_assign_items_to_org;
6655: app_exception.raise_exception;
6656: END assign_items_to_copy_to_org;
6657:
6658: PROCEDURE purge_processed_copy_requests (p_request_status IN VARCHAR2)
6659: IS

Line 10577: app_exception.raise_exception;

10573: err_msg := 'COPY_BILL (' || sql_stmt_num || ') ' || SQLERRM;
10574: fnd_message.set_name ('BOM', 'BOM_SQL_ERR');
10575: fnd_message.set_token ('ENTITY', err_msg);
10576: ROLLBACK TO begin_revised_item_bill_copy;
10577: app_exception.raise_exception;
10578: END;
10579:
10580: BEGIN
10581: --Turn off trigger BOMTBICX

Line 10731: app_exception.raise_exception;

10727: err_msg := 'COPY_BILL (' || sql_stmt_num || ') ' || SQLERRM;
10728: fnd_message.set_name ('BOM', 'BOM_SQL_ERR');
10729: fnd_message.set_token ('ENTITY', err_msg);
10730: ROLLBACK TO begin_bill_copy;
10731: app_exception.raise_exception;
10732: END;
10733: END IF;
10734:
10735: -- Other organizations who use our bills as common bills must have the

Line 11576: app_exception.raise_exception;

11572: err_msg := 'copy_bill_for_revised_item (' || sql_stmt_num || ') ' || SQLERRM;
11573: fnd_message.set_name ('BOM', 'BOM_SQL_ERR');
11574: fnd_message.set_token ('ENTITY', err_msg);
11575: ROLLBACK TO begin_revised_item_bill_copy;
11576: app_exception.raise_exception;
11577: END copy_bill_for_revised_item;
11578:
11579: PROCEDURE copy_attachments(p_from_sequence_id IN NUMBER,
11580: p_to_sequence_id IN NUMBER,