DBA Data[Home] [Help]

APPS.ENG_DEFAULT_CHANGE_LINE dependencies on ENG_ECO_PUB

Line 12: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type

8: --
9: -- Attribute Defualting for Change Line Record
10: --
11: PROCEDURE Attribute_Defaulting
12: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
13: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
14: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type
15: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
16: , x_mesg_token_tbl OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

Line 13: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type

9: -- Attribute Defualting for Change Line Record
10: --
11: PROCEDURE Attribute_Defaulting
12: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
13: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
14: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type
15: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
16: , x_mesg_token_tbl OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
17: , x_return_status OUT NOCOPY VARCHAR2

Line 14: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type

10: --
11: PROCEDURE Attribute_Defaulting
12: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
13: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
14: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type
15: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
16: , x_mesg_token_tbl OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
17: , x_return_status OUT NOCOPY VARCHAR2
18: ) ;

Line 15: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type

11: PROCEDURE Attribute_Defaulting
12: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
13: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
14: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type
15: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
16: , x_mesg_token_tbl OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
17: , x_return_status OUT NOCOPY VARCHAR2
18: ) ;
19:

Line 28: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type

24: --
25: -- Populate NULL Columns for Change Line Record
26: --
27: PROCEDURE Populate_Null_Columns
28: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
29: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
30: , p_old_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
31: , p_old_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
32: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type

Line 29: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type

25: -- Populate NULL Columns for Change Line Record
26: --
27: PROCEDURE Populate_Null_Columns
28: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
29: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
30: , p_old_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
31: , p_old_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
32: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type
33: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type

Line 30: , p_old_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type

26: --
27: PROCEDURE Populate_Null_Columns
28: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
29: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
30: , p_old_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
31: , p_old_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
32: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type
33: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
34: ) ;

Line 31: , p_old_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type

27: PROCEDURE Populate_Null_Columns
28: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
29: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
30: , p_old_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
31: , p_old_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
32: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type
33: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
34: ) ;
35:

Line 32: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type

28: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
29: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
30: , p_old_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
31: , p_old_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
32: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type
33: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
34: ) ;
35:
36:

Line 33: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type

29: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
30: , p_old_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
31: , p_old_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
32: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type
33: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
34: ) ;
35:
36:
37: /****************************************************************************

Line 44: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type

40: --
41: -- Entity Level Defaulting Change Line Record
42: --
43: PROCEDURE Entity_Defaulting
44: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
45: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
46: , p_old_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
47: , p_old_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
48: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type

Line 45: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type

41: -- Entity Level Defaulting Change Line Record
42: --
43: PROCEDURE Entity_Defaulting
44: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
45: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
46: , p_old_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
47: , p_old_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
48: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type
49: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type

Line 46: , p_old_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type

42: --
43: PROCEDURE Entity_Defaulting
44: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
45: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
46: , p_old_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
47: , p_old_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
48: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type
49: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
50: , x_mesg_token_tbl OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type

Line 47: , p_old_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type

43: PROCEDURE Entity_Defaulting
44: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
45: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
46: , p_old_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
47: , p_old_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
48: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type
49: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
50: , x_mesg_token_tbl OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
51: , x_return_status OUT NOCOPY VARCHAR2

Line 48: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type

44: ( p_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
45: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
46: , p_old_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
47: , p_old_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
48: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type
49: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
50: , x_mesg_token_tbl OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
51: , x_return_status OUT NOCOPY VARCHAR2
52: ) ;

Line 49: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type

45: , p_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
46: , p_old_change_line_rec IN Eng_Eco_Pub.Change_Line_Rec_Type
47: , p_old_change_line_unexp_rec IN Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
48: , x_change_line_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Rec_Type
49: , x_change_line_unexp_rec IN OUT NOCOPY Eng_Eco_Pub.Change_Line_Unexposed_Rec_Type
50: , x_mesg_token_tbl OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
51: , x_return_status OUT NOCOPY VARCHAR2
52: ) ;
53: