DBA Data[Home] [Help]

APPS.QP_DEFAULT_FNA dependencies on QP_ATTR_MAP_PUB

Line 7: ( p_FNA_rec IN QP_Attr_Map_PUB.Fna_Rec_Type :=

3:
4: -- Procedure Attributes
5:
6: PROCEDURE Attributes
7: ( p_FNA_rec IN QP_Attr_Map_PUB.Fna_Rec_Type :=
8: QP_Attr_Map_PUB.G_MISS_FNA_REC
9: , p_iteration IN NUMBER := 1
10: , x_FNA_rec OUT NOCOPY /* file.sql.39 change */ QP_Attr_Map_PUB.Fna_Rec_Type
11: );

Line 8: QP_Attr_Map_PUB.G_MISS_FNA_REC

4: -- Procedure Attributes
5:
6: PROCEDURE Attributes
7: ( p_FNA_rec IN QP_Attr_Map_PUB.Fna_Rec_Type :=
8: QP_Attr_Map_PUB.G_MISS_FNA_REC
9: , p_iteration IN NUMBER := 1
10: , x_FNA_rec OUT NOCOPY /* file.sql.39 change */ QP_Attr_Map_PUB.Fna_Rec_Type
11: );
12:

Line 10: , x_FNA_rec OUT NOCOPY /* file.sql.39 change */ QP_Attr_Map_PUB.Fna_Rec_Type

6: PROCEDURE Attributes
7: ( p_FNA_rec IN QP_Attr_Map_PUB.Fna_Rec_Type :=
8: QP_Attr_Map_PUB.G_MISS_FNA_REC
9: , p_iteration IN NUMBER := 1
10: , x_FNA_rec OUT NOCOPY /* file.sql.39 change */ QP_Attr_Map_PUB.Fna_Rec_Type
11: );
12:
13: END QP_Default_Fna;