DBA Data[Home] [Help]

APPS.IEC_RLCTRL_PUB dependencies on IEC_RECORD_FILTER_PVT

Line 90: IEC_RECORD_FILTER_PVT.Make_ListEntriesAvailable( p_list_header_id => l_list_header_id

86: ---------------------------------------------------------------------
87:
88: -- DO ACTUAL WORK HERE BY CALLING PRIVATE METHOD
89:
90: IEC_RECORD_FILTER_PVT.Make_ListEntriesAvailable( p_list_header_id => l_list_header_id
91: , p_dnu_reason_code => l_dnu_reason_code
92: , p_commit => FALSE
93: , x_return_status => l_return_code);
94:

Line 228: IEC_RECORD_FILTER_PVT.Make_ListEntriesAvailable( p_list_header_id => l_list_header_id

224: ---------------------------------------------------------------------
225:
226: -- DO ACTUAL WORK HERE BY CALLING PRIVATE METHOD
227:
228: IEC_RECORD_FILTER_PVT.Make_ListEntriesAvailable( p_list_header_id => l_list_header_id
229: , p_dnu_reason_code => NULL
230: , p_commit => FALSE
231: , x_return_status => l_return_code);
232: