DBA Data[Home] [Help]

APPS.PO_PRICE_DIFF_DRAFT_PVT dependencies on PO_PRICE_DIFF_DRAFT

Line 1: PACKAGE BODY PO_PRICE_DIFF_DRAFT_PVT AS

1: PACKAGE BODY PO_PRICE_DIFF_DRAFT_PVT AS
2: /* $Header: PO_PRICE_DIFF_DRAFT_PVT.plb 120.2 2005/07/26 16:22 bao noship $ */
3:
4: d_pkg_name CONSTANT varchar2(50) :=
5: PO_LOG.get_package_base('PO_PRICE_DIFF_DRAFT_PVT');

Line 2: /* $Header: PO_PRICE_DIFF_DRAFT_PVT.plb 120.2 2005/07/26 16:22 bao noship $ */

1: PACKAGE BODY PO_PRICE_DIFF_DRAFT_PVT AS
2: /* $Header: PO_PRICE_DIFF_DRAFT_PVT.plb 120.2 2005/07/26 16:22 bao noship $ */
3:
4: d_pkg_name CONSTANT varchar2(50) :=
5: PO_LOG.get_package_base('PO_PRICE_DIFF_DRAFT_PVT');
6:

Line 5: PO_LOG.get_package_base('PO_PRICE_DIFF_DRAFT_PVT');

1: PACKAGE BODY PO_PRICE_DIFF_DRAFT_PVT AS
2: /* $Header: PO_PRICE_DIFF_DRAFT_PVT.plb 120.2 2005/07/26 16:22 bao noship $ */
3:
4: d_pkg_name CONSTANT varchar2(50) :=
5: PO_LOG.get_package_base('PO_PRICE_DIFF_DRAFT_PVT');
6:
7: -----------------------------------------------------------------------
8: --Start of Comments
9: --Name: draft_changes_exist

Line 82: FROM po_price_diff_draft PPDD

78: SELECT l_key,
79: l_index_tbl(i)
80: FROM DUAL
81: WHERE EXISTS (SELECT 1
82: FROM po_price_diff_draft PPDD
83: WHERE PPDD.draft_id = p_draft_id_tbl(i)
84: AND PPDD.price_differential_id =
85: NVL(p_price_differential_id_tbl(i),
86: PPDD.price_differential_id)

Line 227: PO_PRICE_DIFF_DRAFT_PKG.merge_changes

223: END IF;
224:
225: d_position := 10;
226: -- Merge Changes
227: PO_PRICE_DIFF_DRAFT_PKG.merge_changes
228: ( p_draft_id => p_draft_info.draft_id
229: );
230:
231: d_position := 20;

Line 241: END PO_PRICE_DIFF_DRAFT_PVT;

237: );
238: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
239: END apply_changes;
240:
241: END PO_PRICE_DIFF_DRAFT_PVT;