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 5004: app_exception.raise_exception;

5000: err_msg := 'COPY_BILL (' || sql_stmt_num || ') ' || SQLERRM;
5001: fnd_message.set_name ('BOM', 'BOM_SQL_ERR');
5002: fnd_message.set_token ('ENTITY', err_msg);
5003: ROLLBACK TO begin_bill_copy;
5004: app_exception.raise_exception;
5005: END;
5006:
5007: BEGIN
5008: --Turn off trigger BOMTBICX

Line 5155: app_exception.raise_exception;

5151: err_msg := 'COPY_BILL (' || sql_stmt_num || ') ' || SQLERRM;
5152: fnd_message.set_name ('BOM', 'BOM_SQL_ERR');
5153: fnd_message.set_token ('ENTITY', err_msg);
5154: ROLLBACK TO begin_bill_copy;
5155: app_exception.raise_exception;
5156: END;
5157: END IF;
5158:
5159: -- Other organizations who use our bills as common bills must have the

Line 6320: app_exception.raise_exception;

6316: sysdate
6317: );
6318: ELSE
6319: ROLLBACK TO begin_bill_copy;
6320: app_exception.raise_exception;
6321: END IF;
6322: WHEN common_error
6323: THEN
6324: bom_globals.g_skip_bomtbicx := 'N';

Line 6369: app_exception.raise_exception;

6365: sysdate
6366: );
6367: ELSE
6368: ROLLBACK TO begin_bill_copy;
6369: app_exception.raise_exception;
6370: END IF;
6371: WHEN OTHERS
6372: THEN
6373: bom_globals.g_skip_bomtbicx := 'N';

Line 6378: app_exception.raise_exception;

6374: err_msg := 'COPY_BILL (' || sql_stmt_num || ') ' || SQLERRM;
6375: fnd_message.set_name ('BOM', 'BOM_SQL_ERR');
6376: fnd_message.set_token ('ENTITY', err_msg);
6377: ROLLBACK TO begin_bill_copy;
6378: app_exception.raise_exception;
6379: END copy_bill;
6380:
6381: /* This function is no longer required. 03-Jan-2006 Bug 4916826
6382: FUNCTION get_component_path (

Line 6751: app_exception.raise_exception;

6747: err_msg := 'COPY_BILL ( assign_items_to_org )' || SQLERRM;
6748: fnd_message.set_name ('BOM', 'BOM_SQL_ERR');
6749: fnd_message.set_token ('ENTITY', err_msg);
6750: ROLLBACK TO begin_assign_items_to_org;
6751: app_exception.raise_exception;
6752: END assign_items_to_copy_to_org;
6753:
6754: PROCEDURE purge_processed_copy_requests (p_request_status IN VARCHAR2)
6755: IS

Line 10730: app_exception.raise_exception;

10726: err_msg := 'COPY_BILL (' || sql_stmt_num || ') ' || SQLERRM;
10727: fnd_message.set_name ('BOM', 'BOM_SQL_ERR');
10728: fnd_message.set_token ('ENTITY', err_msg);
10729: ROLLBACK TO begin_revised_item_bill_copy;
10730: app_exception.raise_exception;
10731: END;
10732:
10733: BEGIN
10734: --Turn off trigger BOMTBICX

Line 10884: app_exception.raise_exception;

10880: err_msg := 'COPY_BILL (' || sql_stmt_num || ') ' || SQLERRM;
10881: fnd_message.set_name ('BOM', 'BOM_SQL_ERR');
10882: fnd_message.set_token ('ENTITY', err_msg);
10883: ROLLBACK TO begin_bill_copy;
10884: app_exception.raise_exception;
10885: END;
10886: END IF;
10887:
10888: -- Other organizations who use our bills as common bills must have the

Line 11729: app_exception.raise_exception;

11725: err_msg := 'copy_bill_for_revised_item (' || sql_stmt_num || ') ' || SQLERRM;
11726: fnd_message.set_name ('BOM', 'BOM_SQL_ERR');
11727: fnd_message.set_token ('ENTITY', err_msg);
11728: ROLLBACK TO begin_revised_item_bill_copy;
11729: app_exception.raise_exception;
11730: END copy_bill_for_revised_item;
11731:
11732: PROCEDURE copy_attachments(p_from_sequence_id IN NUMBER,
11733: p_to_sequence_id IN NUMBER,