DBA Data[Home] [Help]

APPS.BOM_IMPORT_PUB dependencies on ERROR_HANDLER

Line 193: * @param x_Mesg_Token_Tbl Error handler Message Token

189: * Mtl_Cross_References.This API will update the Cross Referenced data
190: * for record in a batch which have matching entries in Mtl_Cross_References
191: * tabele.
192: * @param p_batch_id Batch Identifier for the batch being Imported
193: * @param x_Mesg_Token_Tbl Error handler Message Token
194: * @param x_Return_Status Return code holding return status
195: * @rep:scope private
196: * @rep:lifecycle active
197: * @rep:displayname Resolve Cross References

Line 203: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

199:
200: PROCEDURE RESOLVE_XREFS_FOR_BATCH
201: (
202: p_batch_id IN NUMBER
203: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
204: , x_Return_Status IN OUT NOCOPY VARCHAR2
205: );
206:
207: /*#

Line 214: * @param x_Mesg_Token_Tbl Error handler Message Token

210: * This API will will update the Matched PDH Data
211: * for record in a batch which have matching entries
212: * @param p_batch_id Batch Identifier for the batch being Imported
213: * @param p_source_system_id Source System Identifier for the Batch
214: * @param x_Mesg_Token_Tbl Error handler Message Token
215: * @param x_Return_Status Return code holding return status
216: * @rep:scope private
217: * @rep:lifecycle active
218: * @rep:displayname Update Match Data

Line 224: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

220: PROCEDURE UPDATE_MATCH_DATA
221: (
222: p_batch_id IN NUMBER
223: , p_source_system_id IN NUMBER
224: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
225: , x_Return_Status IN OUT NOCOPY VARCHAR2
226: );
227:
228:

Line 248: * @param x_Mesg_Token_Tbl Error handler Message Token

244: * If the Target Structure has any component that doesnt match with any of the
245: * source Components then that will be entered into the Interface table with a
246: * transaction type of Delete.
247: * @param p_batch_id Batch Identifier for the batch being Imported
248: * @param x_Mesg_Token_Tbl Error handler Message Token
249: * @param x_Return_Status Return code holding return status
250: * @rep:scope private
251: * @rep:lifecycle active
252: * @rep:displayname Update Bill Info

Line 257: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

253: */
254: PROCEDURE UPDATE_BILL_INFO
255: (
256: p_batch_id IN NUMBER
257: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
258: , x_Return_Status IN OUT NOCOPY VARCHAR2
259: );
260:
261: /**

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

360: * @param p_transaction_id Transaction Id for the Component
361: * @param p_comp_seq_id Component Sequence Id of the Component
362: * @param p_bill_seq_id Bill Sequence Id for the Header
363: * @param p_call_Ext_Api Flag to check whether to call the Ext API
364: * @param x_Mesg_Token_Tbl Error Handlers Message Token Table
365: * @param x_Return_Status Return Status after processing
366: * @rep:scope private
367: * @rep:lifecycle active
368: * @rep:displayname Update User Attribute Data

Line 479: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

475: p_batch_id IN NUMBER
476: , p_items_import_complete IN VARCHAR2
477: , x_error_message OUT NOCOPY VARCHAR2
478: , x_return_code OUT NOCOPY VARCHAR2
479: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
480: );
481:
482: /**
483: * This procedure propagates the confirmation status to various structure

Line 639: x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

635: PROCEDURE Check_Change_Options
636: (
637: p_batch_id IN NUMBER,
638: x_error_code IN OUT NOCOPY VARCHAR2,
639: x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
640: );
641:
642: PROCEDURE PROCESS_ALL_COMPS_BATCH
643: (

Line 645: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

641:
642: PROCEDURE PROCESS_ALL_COMPS_BATCH
643: (
644: p_batch_id IN NUMBER
645: , x_Mesg_Token_Tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
646: , x_Return_Status IN OUT NOCOPY VARCHAR2
647: );
648:
649: /*