DBA Data[Home] [Help]

APPS.WSH_TP_RELEASE_INT dependencies on WSH_INTERFACE_ERRORS

Line 5: TYPE interface_errors_tab_type IS TABLE OF WSH_INTERFACE_ERRORS%ROWTYPE INDEX BY BINARY_INTEGER;

1: PACKAGE WSH_TP_RELEASE_INT AUTHID CURRENT_USER as
2: /* $Header: WSHTPRES.pls 120.0 2005/05/26 18:29:00 appldev noship $ */
3:
4:
5: TYPE interface_errors_tab_type IS TABLE OF WSH_INTERFACE_ERRORS%ROWTYPE INDEX BY BINARY_INTEGER;
6:
7: TYPE plan_detail_rec_type IS RECORD (
8: dd_interface_id NUMBER,
9: delivery_detail_id NUMBER,

Line 306: -- WSH_INTERFACE_ERRORS will be purged.

302: -- Parameters:
303: -- p_group_ids list of group_ids to purge their
304: -- WSH_TRIPS_INTERFACE records and
305: -- their associated tables' records.
306: -- WSH_INTERFACE_ERRORS will be purged.
307: -- p_commit_flag Y - commit changes; N - do not commit
308: -- x_return_status return status
309: --
310: -- Description:

Line 337: -- p_errors_tab list of errors to insert into wsh_interface_errors at the end

333: -- p_token_3_name optional token 3 name
334: -- p_token_3_value optional token 3 value
335: -- p_token_4_name optional token 4 name
336: -- p_token_4_value optional token 4 value
337: -- p_errors_tab list of errors to insert into wsh_interface_errors at the end
338: -- x_return_status return status
339: --
340: -- Description:
341: -- puts the error information into the list p_errors_tab