DBA Data[Home] [Help]

APPS.BOM_IMPORT_PUB dependencies on ERROR_HANDLER

Line 182: * @param x_Mesg_Token_Tbl Error handler Message Token

178: * Mtl_Cross_References.This API will update the Cross Referenced data
179: * for record in a batch which have matching entries in Mtl_Cross_References
180: * tabele.
181: * @param p_batch_id Batch Identifier for the batch being Imported
182: * @param x_Mesg_Token_Tbl Error handler Message Token
183: * @param x_Return_Status Return code holding return status
184: * @rep:scope private
185: * @rep:lifecycle active
186: * @rep:displayname Resolve Cross References

Line 192: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

188:
189: PROCEDURE RESOLVE_XREFS_FOR_BATCH
190: (
191: p_batch_id IN NUMBER
192: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
193: , x_Return_Status IN OUT NOCOPY VARCHAR2
194: );
195:
196: /*#

Line 203: * @param x_Mesg_Token_Tbl Error handler Message Token

199: * This API will will update the Matched PDH Data
200: * for record in a batch which have matching entries
201: * @param p_batch_id Batch Identifier for the batch being Imported
202: * @param p_source_system_id Source System Identifier for the Batch
203: * @param x_Mesg_Token_Tbl Error handler Message Token
204: * @param x_Return_Status Return code holding return status
205: * @rep:scope private
206: * @rep:lifecycle active
207: * @rep:displayname Update Match Data

Line 213: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

209: PROCEDURE UPDATE_MATCH_DATA
210: (
211: p_batch_id IN NUMBER
212: , p_source_system_id IN NUMBER
213: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
214: , x_Return_Status IN OUT NOCOPY VARCHAR2
215: );
216:
217:

Line 237: * @param x_Mesg_Token_Tbl Error handler Message Token

233: * If the Target Structure has any component that doesnt match with any of the
234: * source Components then that will be entered into the Interface table with a
235: * transaction type of Delete.
236: * @param p_batch_id Batch Identifier for the batch being Imported
237: * @param x_Mesg_Token_Tbl Error handler Message Token
238: * @param x_Return_Status Return code holding return status
239: * @rep:scope private
240: * @rep:lifecycle active
241: * @rep:displayname Update Bill Info

Line 246: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

242: */
243: PROCEDURE UPDATE_BILL_INFO
244: (
245: p_batch_id IN NUMBER
246: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
247: , x_Return_Status IN OUT NOCOPY VARCHAR2
248: );
249:
250: /**

Line 353: * @param x_Mesg_Token_Tbl Error Handlers Message Token Table

349: * @param p_transaction_id Transaction Id for the Component
350: * @param p_comp_seq_id Component Sequence Id of the Component
351: * @param p_bill_seq_id Bill Sequence Id for the Header
352: * @param p_call_Ext_Api Flag to check whether to call the Ext API
353: * @param x_Mesg_Token_Tbl Error Handlers Message Token Table
354: * @param x_Return_Status Return Status after processing
355: * @rep:scope private
356: * @rep:lifecycle active
357: * @rep:displayname Update User Attribute Data

Line 468: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

464: p_batch_id IN NUMBER
465: , p_items_import_complete IN VARCHAR2
466: , x_error_message OUT NOCOPY VARCHAR2
467: , x_return_code OUT NOCOPY VARCHAR2
468: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
469: );
470:
471: /**
472: * This procedure propagates the confirmation status to various structure

Line 628: x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

624: PROCEDURE Check_Change_Options
625: (
626: p_batch_id IN NUMBER,
627: x_error_code IN OUT NOCOPY VARCHAR2,
628: x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
629: );
630:
631: PROCEDURE PROCESS_ALL_COMPS_BATCH
632: (

Line 634: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

630:
631: PROCEDURE PROCESS_ALL_COMPS_BATCH
632: (
633: p_batch_id IN NUMBER
634: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
635: , x_Return_Status IN OUT NOCOPY VARCHAR2
636: );
637:
638: /*