1: PACKAGE BODY po_copydoc_sub AS
2: /* $Header: POXCPSUB.pls 120.6.12010000.2 2008/09/15 12:24:57 lswamina ship $*/
3:
4: -- Cursor definitions:
5:
1883: end if;
1884:
1885: EXCEPTION
1886: WHEN OTHERS THEN
1887: po_copydoc_s1.copydoc_sql_error('PO_COPYDOC_SUB.validate_osp_data',
1888: x_progress, sqlcode,
1889: x_online_report_id,
1890: x_sequence,
1891: x_line_num,
2910: x_shipment_num => p_shipment_num,
2911: x_distribution_num => 0);
2912: WHEN OTHERS THEN
2913: PO_COPYDOC_S1.copydoc_sql_error
2914: (x_routine => 'PO_COPYDOC_SUB.validate_transaction_flow',
2915: x_progress => l_progress,
2916: x_sqlcode => SQLCODE,
2917: x_online_report_id => p_online_report_id,
2918: x_sequence => x_sequence,
3172: -- If caught, error already inserted, so do nothing here.
3173: NULL;
3174: WHEN OTHERS THEN
3175: PO_COPYDOC_S1.copydoc_sql_error
3176: (x_routine => 'PO_COPYDOC_SUB.validate_org_assignments',
3177: x_progress => l_progress,
3178: x_sqlcode => SQLCODE,
3179: x_online_report_id => p_online_report_id,
3180: x_sequence => x_sequence,
3276: EXCEPTION
3277: WHEN OTHERS THEN
3278: x_return_status := FND_API.g_ret_sts_unexp_error;
3279: PO_COPYDOC_S1.copydoc_sql_error
3280: (x_routine => 'PO_COPYDOC_SUB.populate_session_gt',
3281: x_progress => l_progress,
3282: x_sqlcode => SQLCODE,
3283: x_online_report_id => p_online_report_id,
3284: x_sequence => x_sequence,
3288: END populate_session_gt;
3289:
3290: --< Shared Proc FPJ End >
3291:
3292: END po_copydoc_sub;