DBA Data[Home] [Help]

APPS.IEC_RLCTRL_PUB dependencies on IEC_RLCTRL_PUB

Line 1: PACKAGE BODY IEC_RLCTRL_PUB AS

1: PACKAGE BODY IEC_RLCTRL_PUB AS
2: /* $Header: IECRCPBB.pls 115.9 2003/08/22 20:42:16 hhuang noship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IEC_RLCTRL_PUB';
5:

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IEC_RLCTRL_PUB';

1: PACKAGE BODY IEC_RLCTRL_PUB AS
2: /* $Header: IECRCPBB.pls 115.9 2003/08/22 20:42:16 hhuang noship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IEC_RLCTRL_PUB';
5:
6:
7: PROCEDURE MakeListEntriesAvailable
8: (

Line 40: IEC_RLCTRL_PUB_VUHK.MakeListEntriesAvailable_pre( p_list_header_id => l_list_header_id

36: -- Preprocessing Call
37: l_list_header_id := p_list_header_id;
38: l_dnu_reason_code := p_dnu_reason_code;
39:
40: IEC_RLCTRL_PUB_VUHK.MakeListEntriesAvailable_pre( p_list_header_id => l_list_header_id
41: , p_dnu_reason_code => l_dnu_reason_code
42: , x_data => l_data
43: , x_count => l_count
44: , x_return_code => l_return_code);

Line 105: IEC_RLCTRL_PUB_VUHK.MakeListEntriesAvailable_post( p_list_header_id => l_list_header_id

101: ---------------------------------------------------------------------
102:
103: -- Post processing Call
104:
105: IEC_RLCTRL_PUB_VUHK.MakeListEntriesAvailable_post( p_list_header_id => l_list_header_id
106: , p_dnu_reason_code => l_dnu_reason_code
107: , x_data => l_data
108: , x_count => l_count
109: , x_return_code => l_return_code);

Line 178: IEC_RLCTRL_PUB_VUHK.MakeListEntriesAvailable_pre( p_list_header_id => l_list_header_id

174:
175: -- Preprocessing Call
176: l_list_header_id := p_list_header_id;
177:
178: IEC_RLCTRL_PUB_VUHK.MakeListEntriesAvailable_pre( p_list_header_id => l_list_header_id
179: , x_data => l_data
180: , x_count => l_count
181: , x_return_code => l_return_code);
182:

Line 246: IEC_RLCTRL_PUB_VUHK.MakeListEntriesAvailable_post( p_list_header_id => l_list_header_id

242: ---------------------------------------------------------------------
243:
244: -- Post processing Call
245:
246: IEC_RLCTRL_PUB_VUHK.MakeListEntriesAvailable_post( p_list_header_id => l_list_header_id
247: , x_data => l_data
248: , x_count => l_count
249: , x_return_code => l_return_code);
250:

Line 288: END IEC_RLCTRL_PUB;

284:
285: END MakeListEntriesAvailable;
286:
287:
288: END IEC_RLCTRL_PUB;