DBA Data[Home] [Help]

APPS.CLN_PO_CHG_ORDER_STATUS dependencies on CLN_PO_CHG_ORDER_STATUS

Line 1: PACKAGE BODY CLN_PO_CHG_ORDER_STATUS AS

1: PACKAGE BODY CLN_PO_CHG_ORDER_STATUS AS
2: /*$Header: CLNPOSSB.pls 120.5 2006/11/20 13:07:23 slattupa noship $*/
3: l_debug_level NUMBER := to_number(nvl(fnd_profile.value('CLN_DEBUG_LEVEL'), '5'));
4: TYPE t_line_num_tab IS TABLE OF NUMBER INDEX BY BINARY_INTEGER;
5: l_line_num_tab t_line_num_tab;

Line 7: -- CLN_PO_CHG_ORDER_STATUS

3: l_debug_level NUMBER := to_number(nvl(fnd_profile.value('CLN_DEBUG_LEVEL'), '5'));
4: TYPE t_line_num_tab IS TABLE OF NUMBER INDEX BY BINARY_INTEGER;
5: l_line_num_tab t_line_num_tab;
6: -- Package
7: -- CLN_PO_CHG_ORDER_STATUS
8: --
9: -- Purpose
10: -- Specification of package body: CLN_PO_CHG_ORDER_STATUS.
11: -- This package functions facilitate in updating the Purchase order

Line 10: -- Specification of package body: CLN_PO_CHG_ORDER_STATUS.

6: -- Package
7: -- CLN_PO_CHG_ORDER_STATUS
8: --
9: -- Purpose
10: -- Specification of package body: CLN_PO_CHG_ORDER_STATUS.
11: -- This package functions facilitate in updating the Purchase order
12: --
13: -- History
14: -- Aug-06-2002 Viswanthan Umapathy Created

Line 1501: END CLN_PO_CHG_ORDER_STATUS;

1497: cln_debug_pub.Add(x_msg_data, 4);
1498: cln_debug_pub.Add('EXITING RAISE_ADD_MESSAGE', 2);
1499: END IF;
1500: END RAISE_ADD_MESSAGE;
1501: END CLN_PO_CHG_ORDER_STATUS;