DBA Data[Home] [Help]

APPS.BOM_VALIDATE_OP_RES dependencies on ERROR_HANDLER

Line 50: * @rep:paraminfo { @rep:innertype Error_Handler.Mesg_Token_Tbl_Type }

46: * @rep:paraminfo { @rep:innertype Bom_Rtg_Pub.Op_Resource_Rec_Type }
47: * @param x_old_op_res_unexp_rec Old Operation Resource unexposed column record
48: * @rep:paraminfo { @rep:innertype Bom_Rtg_Pub.Op_Res_Unexposed_Rec_Type }
49: * @param x_Mesg_Token_Tbl Filled with any errors or warnings
50: * @rep:paraminfo { @rep:innertype Error_Handler.Mesg_Token_Tbl_Type }
51: * @param x_return_status Indicating success or faliure
52: * @rep:scope private
53: * @rep:lifecycle active
54: * @rep:displayname Check Existence for Routing BO

Line 63: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

59: ( p_op_resource_rec IN Bom_Rtg_Pub.Op_Resource_Rec_Type
60: , p_op_res_unexp_rec IN Bom_Rtg_Pub.Op_Res_Unexposed_Rec_Type
61: , x_old_op_resource_rec IN OUT NOCOPY Bom_Rtg_Pub.Op_Resource_Rec_Type
62: , x_old_op_res_unexp_rec IN OUT NOCOPY Bom_Rtg_Pub.Op_Res_Unexposed_Rec_Type
63: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
64: , x_return_status IN OUT NOCOPY VARCHAR2
65: ) ;
66:
67: /*#

Line 81: * @rep:paraminfo { @rep:innertype Error_Handler.Mesg_Token_Tbl_Type }

77: * @rep:paraminfo { @rep:innertype Bom_Rtg_Pub.Op_Resource_Rec_Type }
78: * @param x_old_rev_op_res_unexp_rec Old Operation Resource unexposed column record
79: * @rep:paraminfo { @rep:innertype Bom_Rtg_Pub.Op_Res_Unexposed_Rec_Type }
80: * @param x_Mesg_Token_Tbl Filled with any errors or warnings
81: * @rep:paraminfo { @rep:innertype Error_Handler.Mesg_Token_Tbl_Type }
82: * @param x_return_status Indicating success or faliure
83: * @rep:scope private
84: * @rep:lifecycle active
85: * @rep:displayname Check Existence for ECO BO

Line 94: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

90: ( p_rev_op_resource_rec IN Bom_Rtg_Pub.Rev_Op_Resource_Rec_Type
91: , p_rev_op_res_unexp_rec IN Bom_Rtg_Pub.Rev_Op_Res_Unexposed_Rec_Type
92: , x_old_rev_op_resource_rec IN OUT NOCOPY Bom_Rtg_Pub.Rev_Op_Resource_Rec_Type
93: , x_old_rev_op_res_unexp_rec IN OUT NOCOPY Bom_Rtg_Pub.Rev_Op_Res_Unexposed_Rec_Type
94: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
95: , x_return_status IN OUT NOCOPY VARCHAR2
96: ) ;
97:
98:

Line 108: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

104: PROCEDURE Check_NonRefEvent
105: ( p_operation_sequence_id IN NUMBER
106: , p_operation_type IN NUMBER
107: , p_entity_processed IN VARCHAR2
108: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
109: , x_return_status IN OUT NOCOPY VARCHAR2
110: ) ;
111:
112:

Line 121: * @rep:paraminfo { @rep:innertype Error_Handler.Mesg_Token_Tbl_Type }

117: * Check Attributes convert the BOM Record and will validate individual
118: * attributes .Any errors will be populated in the x_Mesg_Token_Tbl and returned with a x_return_status
119: * @param x_return_status Indicating success or faliure
120: * @param x_Mesg_Token_Tbl Filled with any errors or warnings
121: * @rep:paraminfo { @rep:innertype Error_Handler.Mesg_Token_Tbl_Type }
122: * @param p_op_resource_rec Bom Operation Resource Record as given by the User
123: * @rep:paraminfo { @rep:innertype Bom_Rtg_Pub.Op_Resource_Rec_Type }
124: * @param p_op_res_unexp_rec Bom Operation Resource Record as given by the User
125: * @rep:paraminfo { @rep:innertype Bom_Rtg_Pub.Op_Res_Unexposed_Rec_Type }

Line 134: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

130: -- Check_Attributes used by RTG BO
131: PROCEDURE Check_Attributes
132: ( p_op_resource_rec IN Bom_Rtg_Pub.Op_Resource_Rec_Type
133: , p_op_res_unexp_rec IN Bom_Rtg_Pub.Op_Res_Unexposed_Rec_Type
134: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
135: , x_return_status IN OUT NOCOPY VARCHAR2
136: ) ;
137:
138:

Line 145: * @rep:paraminfo { @rep:innertype Error_Handler.Mesg_Token_Tbl_Type }

141: * Check Attributes convert the BOM Record and will validate individual
142: * attributes .Any errors will be populated in the x_Mesg_Token_Tbl and returned with a x_return_status
143: * @param x_return_status Indicating success or faliure
144: * @param x_Mesg_Token_Tbl Filled with any errors or warnings
145: * @rep:paraminfo { @rep:innertype Error_Handler.Mesg_Token_Tbl_Type }
146: * @param p_rev_op_resource_rec Bom Operation Resource Record as given by the User
147: * @rep:paraminfo { @rep:innertype Bom_Rtg_Pub.Op_Resource_Rec_Type }
148: * @param p_rev_op_res_unexp_rec Bom Operation Resource Record as given by the User
149: * @rep:paraminfo { @rep:innertype Bom_Rtg_Pub.Op_Res_Unexposed_Rec_Type }

Line 157: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

153: */
154: PROCEDURE Check_Attributes
155: ( p_rev_op_resource_rec IN Bom_Rtg_Pub.Rev_Op_Resource_Rec_Type
156: , p_rev_op_res_unexp_rec IN Bom_Rtg_Pub.Rev_Op_Res_Unexposed_Rec_Type
157: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
158: , x_return_status IN OUT NOCOPY VARCHAR2
159: ) ;
160:
161: /****************************************************************************

Line 170: * @rep:paraminfo { @rep:innertype Error_Handler.Mesg_Token_Tbl_Type }

166: * operation resource entity .Any errors are loaded in the x_Mesg_Token_Tbl
167: * and a return status value is set.
168: * @param x_return_status Indicating success or faliure
169: * @param x_Mesg_Token_Tbl Filled with any errors or warnings
170: * @rep:paraminfo { @rep:innertype Error_Handler.Mesg_Token_Tbl_Type }
171: * @param p_op_resource_rec Operation Resource Record
172: * @rep:paraminfo { @rep:innertype Bom_Rtg_Pub.Op_Resource_Rec_Type }
173: * @param p_op_res_unexp_rec Operation Resource Unexposed Record
174: * @rep:paraminfo { @rep:innertype Bom_Rtg_Pub.Op_Res_Unexposed_Rec_Type }

Line 195: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

191: , p_old_op_resource_rec IN Bom_Rtg_Pub.Op_Resource_Rec_Type
192: , p_old_op_res_unexp_rec IN Bom_Rtg_Pub.Op_Res_Unexposed_Rec_Type
193: , x_op_resource_rec IN OUT NOCOPY Bom_Rtg_Pub.Op_Resource_Rec_Type
194: , x_op_res_unexp_rec IN OUT NOCOPY Bom_Rtg_Pub.Op_Res_Unexposed_Rec_Type
195: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
196: , x_return_status IN OUT NOCOPY VARCHAR2
197: ) ;
198:
199: -- Check_Entity used by ECO BO and internally called by RTG BO

Line 206: * @rep:paraminfo { @rep:innertype Error_Handler.Mesg_Token_Tbl_Type }

202: * operation resource entity .Any errors are loaded in the x_Mesg_Token_Tbl
203: * and a return status value is set.
204: * @param x_return_status Indicating success or faliure
205: * @param x_Mesg_Token_Tbl Filled with any errors or warnings
206: * @rep:paraminfo { @rep:innertype Error_Handler.Mesg_Token_Tbl_Type }
207: * @param p_rev_op_resource_rec Operation Resource Record
208: * @rep:paraminfo { @rep:innertype Bom_Rtg_Pub.Op_Resource_Rec_Type }
209: * @param p_rev_op_res_unexp_rec Operation Resource Unexposed Record
210: * @rep:paraminfo { @rep:innertype Bom_Rtg_Pub.Op_Res_Unexposed_Rec_Type }

Line 234: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

230: , p_old_rev_op_res_unexp_rec IN Bom_Rtg_Pub.Rev_Op_Res_Unexposed_Rec_Type
231: , p_control_rec IN Bom_Rtg_Pub.Control_Rec_Type
232: , x_rev_op_resource_rec IN OUT NOCOPY Bom_Rtg_Pub.Rev_Op_Resource_Rec_Type
233: , x_rev_op_res_unexp_rec IN OUT NOCOPY Bom_Rtg_Pub.Rev_Op_Res_Unexposed_Rec_Type
234: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
235: , x_return_status IN OUT NOCOPY VARCHAR2
236: ) ;
237:
238:

Line 415: * @rep:paraminfo { @rep:innertype Error_Handler.Mesg_Token_Tbl_Type }

411: /*#
412: * This method will validate the substitute group number order
413: * @param p_op_seq_id the operation sequence id
414: * @param x_Mesg_Token_Tbl Filled with any errors or warnings
415: * @rep:paraminfo { @rep:innertype Error_Handler.Mesg_Token_Tbl_Type }
416: * @param x_return_status Indicating success or faliure
417: * @rep:scope private
418: * @rep:lifecycle active
419: * @rep:displayname Validate substitute group number order

Line 423: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

419: * @rep:displayname Validate substitute group number order
420: */
421: PROCEDURE Val_Sgn_Order
422: ( p_op_seq_id IN NUMBER
423: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
424: , x_return_status IN OUT NOCOPY VARCHAR2
425: );
426:
427: /* Fix for bug 4506885 - Added parameter p_sub_grp_num. */

Line 484: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

480: -- Check_Required used by RTG BO
481: PROCEDURE Check_Required
482: ( p_op_resource_rec IN Bom_Rtg_Pub.Op_Resource_Rec_Type
483: , x_return_status IN OUT NOCOPY VARCHAR2
484: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
485: ) ;
486:
487: -- Check_Required used by ECO BO
488: PROCEDURE Check_Required

Line 491: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

487: -- Check_Required used by ECO BO
488: PROCEDURE Check_Required
489: ( p_rev_op_resource_rec IN Bom_Rtg_Pub.Rev_Op_Resource_Rec_Type
490: , x_return_status IN OUT NOCOPY VARCHAR2
491: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
492: ) ;
493:
494:
495: -- Check_Required internally called by RTG BO and by ECO BO

Line 499: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

495: -- Check_Required internally called by RTG BO and by ECO BO
496: PROCEDURE Check_Required
497: ( p_com_op_resource_rec IN Bom_Rtg_Pub.Com_op_resource_Rec_Type
498: , x_return_status IN OUT NOCOPY VARCHAR2
499: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
500: ) ;
501:
502: *****************************************************************************/
503:

Line 513: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

509: PROCEDURE Check_Conditionally_Required
510: ( p_op_resource_rec IN Bom_Rtg_Pub.Op_Resource_Rec_Type
511: , p_op_res_unexp_rec IN Bom_Rtg_Pub.Op_Res_Unexposed_Rec_Type
512: , x_return_status IN OUT NOCOPY VARCHAR2
513: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
514: ) ;
515:
516: -- Check_Conditionally_Required used by ECO BO
517: PROCEDURE Check_Conditionally_Required

Line 521: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

517: PROCEDURE Check_Conditionally_Required
518: ( p_rev_op_resource_rec IN Bom_Rtg_Pub.Rev_Op_Resource_Rec_Type
519: , p_rev_op_res_unexp_rec IN Bom_Rtg_Pub.Rev_Op_Res_Unexposed_Rec_Type
520: , x_return_status IN OUT NOCOPY VARCHAR2
521: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
522: ) ;
523:
524: -- Check_Conditionally_Required internally called by RTG BO and ECO BO
525: PROCEDURE Check_Conditionally_Required

Line 529: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

525: PROCEDURE Check_Conditionally_Required
526: ( p_com_op_resource_rec IN Bom_Rtg_Pub.Com_op_resource_Rec_Type
527: , p_com_op_res_unexp_rec IN Bom_Rtg_Pub.Com_Op_Res_Unexposed_Rec_Type
528: , x_return_status IN OUT NOCOPY VARCHAR2
529: , x_mesg_token_tbl IN OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
530: ) ;
531:
532: *****************************************************************************/
533: G_round_off_val number :=NVL(FND_PROFILE.VALUE('BOM:ROUND_OFF_VALUE'),6); /* Bug 7322996 */