DBA Data[Home] [Help]

APPS.BOM_VALIDATE_BOM_COMPONENT dependencies on STANDARD

Line 49: * 2 Standard Error for Update transaction type.

45: * Cross-attribute checking: The validity of attributes may be checked, based on factors external to it
46: * Business logic: The record must comply with business logic rules.
47: * It raises
48: * 1 Severe Error IV for Create transaction type.
49: * 2 Standard Error for Update transaction type.
50: * @param x_return_status IN OUT NOCOPY Return Status
51: * @param x_Mesg_Token_Tbl IN OUT NOCOPY output Message Token Table with proper error or warning messages
52: * @paraminfo {@rep:innertype Error_Handler.Mesg_Token_Tbl_Type}
53: * @param p_bom_component_rec IN BOM component Exposed Column Record

Line 115: * 2 Standard Error in case of other transaction types.

111: * Examples of these checks are: range checks, checks against lookups etc.It checks
112: * whether user-entered attributes are valid and it also checks each attribute independently of the others
113: * It raises
114: * 1 Severe Error IV in case of Create transaction type
115: * 2 Standard Error in case of other transaction types.
116: * @param x_return_status IN OUT NOCOPY Return Status
117: * @param x_Mesg_Token_Tbl IN OUT NOCOPY output Message Token Table with proper error or warning messages
118: * @paraminfo {@rep:innertype Error_Handler.Mesg_Token_Tbl_Type}
119: * @param p_bom_component_Rec IN BOM Component Exposed Column Record

Line 172: * 2 Standard Error for other transaction types.

168: * Some fields are required for an operation to be performed. Without them,
169: * the operation cannot go through. The user must enter values for these fields.
170: * This method checks whether the required field columns are NULL or not.It raises
171: * 1 Severe Error IV for create transaction type
172: * 2 Standard Error for other transaction types.
173: * @param x_return_status IN OUT NOCOPY Return Status
174: * @param x_Mesg_Token_Tbl IN OUT NOCOPY output Message Token Table with proper error or warning messages
175: * @paraminfo {@rep:innertype Error_Handler.Mesg_Token_Tbl_Type}
176: * @param p_bom_component_rec IN BOM Component Exposed Column Record

Line 317: * It raises Standard Error.

313: * This method is used by ECO Business Object while keeping track of the revisions and
314: * this is where the whole record is checked. The following are checked
315: * Cross-attribute checking: The validity of attributes may be checked, based on factors external to it
316: * Business logic: The record must comply with business logic rules.
317: * It raises Standard Error.
318: * @param x_return_status IN OUT NOCOPY Return Status
319: * @param x_Mesg_Token_Tbl IN OUT NOCOPY output Message Token Table with proper error or warning messages
320: * @paraminfo {@rep:innertype Error_Handler.Mesg_Token_Tbl_Type}
321: * @param p_rev_component_rec IN Revision Component Exposed Column Record

Line 355: * 2 Standard Error in case of other transaction types.

351: * Examples of these checks are: range checks, checks against lookups etc.It checks
352: * whether user-entered attributes are valid and it checks each attribute independently of the others
353: * It raises
354: * 1 Severe Error IV in case of Create transaction type
355: * 2 Standard Error in case of other transaction types.
356: * @param x_return_status IN OUT NOCOPY Return Status
357: * @param x_Mesg_Token_Tbl IN OUT NOCOPY output Message Token Table with proper error or warning messages
358: * @paraminfo {@rep:innertype Error_Handler.Mesg_Token_Tbl_Type}
359: * @param p_rev_component_Rec IN Revision Component Exposed Column Record

Line 411: * 2 Standard Error for other transaction types.

407: * Some fields are required for an operation to be performed. Without them,
408: * the operation cannot go through. The user must enter values for these fields.
409: * This procedure checks whether the required field columns are not NULL.It raises
410: * 1 Severe Error IV for create transaction type
411: * 2 Standard Error for other transaction types.
412: * @param x_return_status IN OUT NOCOPY Return Status
413: * @param x_Mesg_Token_Tbl IN OUT NOCOPY output Message Token Table with proper error or warning messages
414: * @paraminfo {@rep:innertype Error_Handler.Mesg_Token_Tbl_Type}
415: * @param p_rev_component_rec IN Revision Component Exposed Column Record