DBA Data[Home] [Help]

APPS.BOM_VALIDATE_SUB_OP_RES dependencies on STANDARD

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

74: * Examples of these checks are: range checks, checks against lookups etc. It checks
75: * whether user-entered attributes are valid and it also checks each attribute independently of the others
76: * It raises
77: * 1 Severe Error IV in case of Create transaction type
78: * 2 Standard Error in case of other transaction types.
79: * @param x_return_status IN OUT NOCOPY Return Status
80: * @param x_Mesg_Token_Tbl IN OUT NOCOPY output Message Token Table with proper error or warning messages
81: * @paraminfo {@rep:innertype Error_Handler.Mesg_Token_Tbl_Type}
82: * @param p_sub_resource_rec IN Sub Operation Resource Exposed Column Record

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

103: * Examples of these checks are: range checks, checks against lookups etc. It checks
104: * whether user-entered attributes are valid and it also checks each attribute independently of the others
105: * It raises
106: * 1 Severe Error IV in case of Create transaction type
107: * 2 Standard Error in case of other transaction types.
108: * @param x_return_status IN OUT NOCOPY Return Status
109: * @param x_Mesg_Token_Tbl IN OUT NOCOPY output Message Token Table with proper error or warning messages
110: * @paraminfo {@rep:innertype Error_Handler.Mesg_Token_Tbl_Type}
111: * @param p_rev_sub_resource_rec IN Sub Operation Resource Exposed Column Record

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

137: * Cross-attribute checking: The validity of attributes may be checked, based on factors external to it
138: * Business logic: The record must comply with business logic rules.
139: * It raises
140: * 1 Severe Error IV for Create transaction type.
141: * 2 Standard Error for Update transaction type.
142: * @param x_return_status IN OUT NOCOPY Return Status
143: * @param x_Mesg_Token_Tbl IN OUT NOCOPY output Message Token Table with proper error or warning messages
144: * @paraminfo {@rep:innertype Error_Handler.Mesg_Token_Tbl_Type}
145: * @param p_sub_resource_rec IN Sub Operation Resource Exposed Column Record

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

179: * Cross-attribute checking: The validity of attributes may be checked, based on factors external to it
180: * Business logic: The record must comply with business logic rules.
181: * It raises
182: * 1 Severe Error IV for Create transaction type.
183: * 2 Standard Error for Update transaction type.
184: * @param x_return_status IN OUT NOCOPY Return Status
185: * @param x_Mesg_Token_Tbl IN OUT NOCOPY output Message Token Table with proper error or warning messages
186: * @paraminfo {@rep:innertype Error_Handler.Mesg_Token_Tbl_Type}
187: * @param p_rev_sub_resource_rec IN Sub Operation Resource Exposed Column Record