DBA Data[Home] [Help]

APPS.BOM_VALIDATE_BOM_HEADER dependencies on STANDARD

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

136: * Some fields are required for an operation to be performed. Without them,
137: * the operation cannot go through. The user must enter values for these fields.
138: * This procedure checks whether the required field columns are not NULL.It raises
139: * 1 Severe Error IV for create transaction type
140: * 2 Standard Error for other transaction types.
141: * @param x_return_status IN OUT NOCOPY Return Status
142: * @param x_Mesg_Token_Tbl IN OUT NOCOPY output Message Token Table with proper error or warning messages
143: * @paraminfo {@rep:innertype Error_Handler.Mesg_Token_Tbl_Type}
144: * @param p_bom_header_Rec IN BOM Header Exposed Column Record

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

160: * Cross-attribute checking: The validity of attributes may be checked, based on factors external to it
161: * Business logic: The record must comply with business logic rules.
162: * It raises
163: * 1 Severe Error IV for Create transaction type.
164: * 2 Standard Error for Update transaction type.
165: * @param p_bom_header_Rec IN BOM Header Exposed Column Record
166: * @paraminfo {@rep:innertype Bom_Bo_Pub.Bom_Head_Rec_Type}
167: * @param p_bom_head_unexp_rec IN BOM Header Unexposed Column Record
168: * @paraminfo {@rep:innertype Bom_Bo_Pub.Bom_Head_Unexposed_Rec_Type}