DBA Data[Home] [Help]

APPS.BOM_VALIDATE_REF_DESIGNATOR dependencies on BOM_VALIDATE_REF_DESIGNATOR

Line 1: PACKAGE BODY BOM_Validate_Ref_Designator AS

1: PACKAGE BODY BOM_Validate_Ref_Designator AS
2: /* $Header: BOMLRFDB.pls 120.3.12000000.2 2007/02/27 11:15:35 arudresh ship $ */
3: /**********************************************************************
4: -- Copyright (c) 1996 Oracle Corporation, Redwood Shores, CA, USA
5: -- All rights reserved.

Line 13: -- Body of package BOM_Validate_Ref_designators

9: -- BOMLRFDB.pls
10: --
11: -- DESCRIPTION
12: --
13: -- Body of package BOM_Validate_Ref_designators
14: --
15: -- NOTES
16: --
17: -- HISTORY

Line 25: G_PKG_NAME CONSTANT VARCHAR2(30) := 'BOM_Validate_Ref_Designator';

21: -- 08-MAY-2001 Refai Farook EAM related changes
22: --
23: -- 05-JUL-2004 Hari Gelli Added Check_Quantity procedure
24: **************************************************************************/
25: G_PKG_NAME CONSTANT VARCHAR2(30) := 'BOM_Validate_Ref_Designator';
26: ret_code NUMBER;
27: l_dummy VARCHAR2(80);
28:
29:

Line 1058: Bom_Validate_Ref_Designator.Check_Entity

1054: , x_ref_Desg_unexp_rec => l_ref_desg_unexp_rec
1055: );
1056:
1057: -- Call Check Entity
1058: Bom_Validate_Ref_Designator.Check_Entity
1059: ( p_ref_designator_rec => l_ref_designator_rec
1060: , p_ref_desg_unexp_rec => l_Ref_Desg_unexp_rec
1061: , x_return_status => x_return_status
1062: , x_mesg_token_tbl => x_mesg_token_tbl

Line 1087: Bom_Validate_Ref_Designator.Check_Attributes

1083: , x_ref_Desg_unexp_rec => l_ref_desg_unexp_rec
1084: );
1085:
1086: -- Call Check Entity
1087: Bom_Validate_Ref_Designator.Check_Attributes
1088: ( p_ref_designator_rec => l_ref_designator_rec
1089: , x_return_status => x_return_status
1090: , x_mesg_token_tbl => x_mesg_token_tbl
1091: );

Line 1117: Bom_Validate_Ref_Designator.Check_Entity_Delete

1113: , x_ref_Desg_unexp_rec => l_ref_desg_unexp_rec
1114: );
1115:
1116: -- Call Check Entity
1117: Bom_Validate_Ref_Designator.Check_Entity_Delete
1118: ( p_ref_designator_rec => l_ref_designator_rec
1119: , p_ref_desg_unexp_rec => l_Ref_Desg_unexp_rec
1120: , x_return_status => x_return_status
1121: , x_mesg_token_tbl => x_mesg_token_tbl

Line 1156: Bom_Validate_Ref_Designator.Check_Existence

1152: -- dbms_output.put_line('Component Sequence: ' || l_ref_desg_unexp_rec.component_sequence_id);
1153: -- dbms_output.put_line('Reference Designator ' || l_Ref_designator_rec.reference_designator_name);
1154:
1155: -- Call Check Entity
1156: Bom_Validate_Ref_Designator.Check_Existence
1157: ( p_ref_designator_rec => l_ref_designator_rec
1158: , p_ref_desg_unexp_rec => l_Ref_Desg_unexp_rec
1159: , x_old_ref_designator_rec => l_old_ref_designator_rec
1160: , x_old_ref_desg_unexp_rec => l_old_ref_desg_unexp_rec

Line 1195: Bom_Validate_Ref_Designator.Check_Lineage

1191: , x_ref_Desg_unexp_rec => l_ref_desg_unexp_rec
1192: );
1193:
1194: -- Call Check Entity
1195: Bom_Validate_Ref_Designator.Check_Lineage
1196: ( p_ref_designator_rec => l_ref_designator_rec
1197: , p_ref_desg_unexp_rec => l_Ref_Desg_unexp_rec
1198: , x_return_status => x_return_status
1199: , x_mesg_token_tbl => x_mesg_token_tbl

Line 1224: Bom_Validate_Ref_Designator.Check_Access

1220: , x_ref_Desg_unexp_rec => l_ref_desg_unexp_rec
1221: );
1222:
1223: -- Call Check Access
1224: Bom_Validate_Ref_Designator.Check_Access
1225: ( p_ref_designator_rec => l_ref_designator_rec
1226: , p_ref_desg_unexp_rec => l_Ref_Desg_unexp_rec
1227: , x_return_status => x_return_status
1228: , x_mesg_token_tbl => x_mesg_token_tbl

Line 1234: END BOM_Validate_Ref_Designator;

1230:
1231: END Check_Access;
1232:
1233:
1234: END BOM_Validate_Ref_Designator;