DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on PO_COPYDOC_SUB

Line 1: PACKAGE BODY po_copydoc_sub AS

1: PACKAGE BODY po_copydoc_sub AS
2: /* $Header: POXCPSUB.pls 120.15.12020000.5 2013/05/30 11:44:15 gjyothi ship $*/
3:
4: -- Cursor definitions:
5:

Line 2032: po_copydoc_s1.copydoc_sql_error('PO_COPYDOC_SUB.validate_osp_data',

2028: end if;
2029:
2030: EXCEPTION
2031: WHEN OTHERS THEN
2032: po_copydoc_s1.copydoc_sql_error('PO_COPYDOC_SUB.validate_osp_data',
2033: x_progress, sqlcode,
2034: x_online_report_id,
2035: x_sequence,
2036: x_line_num,

Line 3108: (x_routine => 'PO_COPYDOC_SUB.validate_transaction_flow',

3104: x_shipment_num => p_shipment_num,
3105: x_distribution_num => 0);
3106: WHEN OTHERS THEN
3107: PO_COPYDOC_S1.copydoc_sql_error
3108: (x_routine => 'PO_COPYDOC_SUB.validate_transaction_flow',
3109: x_progress => l_progress,
3110: x_sqlcode => SQLCODE,
3111: x_online_report_id => p_online_report_id,
3112: x_sequence => x_sequence,

Line 3370: (x_routine => 'PO_COPYDOC_SUB.validate_org_assignments',

3366: -- If caught, error already inserted, so do nothing here.
3367: NULL;
3368: WHEN OTHERS THEN
3369: PO_COPYDOC_S1.copydoc_sql_error
3370: (x_routine => 'PO_COPYDOC_SUB.validate_org_assignments',
3371: x_progress => l_progress,
3372: x_sqlcode => SQLCODE,
3373: x_online_report_id => p_online_report_id,
3374: x_sequence => x_sequence,

Line 3474: (x_routine => 'PO_COPYDOC_SUB.populate_session_gt',

3470: EXCEPTION
3471: WHEN OTHERS THEN
3472: x_return_status := FND_API.g_ret_sts_unexp_error;
3473: PO_COPYDOC_S1.copydoc_sql_error
3474: (x_routine => 'PO_COPYDOC_SUB.populate_session_gt',
3475: x_progress => l_progress,
3476: x_sqlcode => SQLCODE,
3477: x_online_report_id => p_online_report_id,
3478: x_sequence => x_sequence,

Line 3582: END po_copydoc_sub;

3578: x_sequence,
3579: 0, 0, 0);
3580: END clm_named_cols_check;
3581:
3582: END po_copydoc_sub;