DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_PROCESS_PVT dependencies on PO_AUTO_LINE_PROCESS_PVT

Line 1: PACKAGE BODY po_auto_line_process_pvt AS

1: PACKAGE BODY po_auto_line_process_pvt AS
2: /* $Header: PO_AUTO_LINE_PROCESS_PVT.plb 120.32.12020000.3 2013/02/15 10:52:40 amalick ship $ */
3:
4: /* ============================================================================
5: **

Line 2: /* $Header: PO_AUTO_LINE_PROCESS_PVT.plb 120.32.12020000.3 2013/02/15 10:52:40 amalick ship $ */

1: PACKAGE BODY po_auto_line_process_pvt AS
2: /* $Header: PO_AUTO_LINE_PROCESS_PVT.plb 120.32.12020000.3 2013/02/15 10:52:40 amalick ship $ */
3:
4: /* ============================================================================
5: **
6: ** NAME

Line 7: ** PO_AUTO_LINE_PROCESS_PVT.plb

3:
4: /* ============================================================================
5: **
6: ** NAME
7: ** PO_AUTO_LINE_PROCESS_PVT.plb
8: **
9: ** DESCRIPTION
10: ** This package contains logic for AutoCreate Line processing stage
11: ** This API calls the subroutines to handle the derivation, defaulting,

Line 26: g_pkg_name CONSTANT VARCHAR2(1000) := 'PO_AUTO_LINE_PROCESS_PVT';

22: **
23: ** HISTORY
24: ** 06/11/09 serukull Created
25: ============================================================================ */
26: g_pkg_name CONSTANT VARCHAR2(1000) := 'PO_AUTO_LINE_PROCESS_PVT';
27: g_log_head CONSTANT VARCHAR2(1000) := 'po.plsql.PO_AUTO_LINE_PROCESS_PVT.';
28: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
29: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
30: p_price_diff po_autocreate_types.price_diffs_rec_type;

Line 27: g_log_head CONSTANT VARCHAR2(1000) := 'po.plsql.PO_AUTO_LINE_PROCESS_PVT.';

23: ** HISTORY
24: ** 06/11/09 serukull Created
25: ============================================================================ */
26: g_pkg_name CONSTANT VARCHAR2(1000) := 'PO_AUTO_LINE_PROCESS_PVT';
27: g_log_head CONSTANT VARCHAR2(1000) := 'po.plsql.PO_AUTO_LINE_PROCESS_PVT.';
28: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
29: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
30: p_price_diff po_autocreate_types.price_diffs_rec_type;
31:

Line 3540: PO_MESSAGE_S.sql_error('PO_AUTO_LINE_PROCESS_PVT.merge_to_price_diff_draft', l_progress , SQLCODE);

3536:
3537: --CLM Phase 2 changes : error handling
3538: PO_AUTOCREATE_PVT.report_error('PO_AUTO_LINE_MERGE_DIFF_ERR',x_token1_value => sqlerrm);
3539:
3540: PO_MESSAGE_S.sql_error('PO_AUTO_LINE_PROCESS_PVT.merge_to_price_diff_draft', l_progress , SQLCODE);
3541: RAISE;
3542:
3543: END merge_to_price_diff_draft;
3544:

Line 4664: PO_MESSAGE_S.sql_error ( 'PO_AUTO_LINE_PROCESS_PVT.merge_to_attr_values_draft', l_progress , SQLCODE );

4660: --CLM Phase 2 changes : error handling
4661: PO_AUTOCREATE_PVT.report_error('PO_AUTO_LINE_MERGE_ATTR_ERR',x_token1_value => sqlerrm);
4662:
4663: po_autocreate_pvt.wrapup;
4664: PO_MESSAGE_S.sql_error ( 'PO_AUTO_LINE_PROCESS_PVT.merge_to_attr_values_draft', l_progress , SQLCODE );
4665: RAISE;
4666: END merge_to_attr_values_draft;
4667:
4668: -------------------------------------------------------------------------------

Line 5078: END PO_AUTO_LINE_PROCESS_PVT;

5074: --CLM Phase 2 changes : error handling
5075: PO_AUTOCREATE_PVT.report_error('create_pon_back_req_dist',x_token1_value => sqlerrm);
5076:
5077: END create_pon_back_req_dist;
5078: END PO_AUTO_LINE_PROCESS_PVT;