DBA Data[Home] [Help]

APPS.ASO_DEFAULTING_UTIL dependencies on ASO_AK_QUOTE_LINE_V

Line 41: X_Qte_Line_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Line_V%Rowtype);

37: P_LINE_TAX_DETAIL_REC IN ASO_QUOTE_PUB.TAX_DETAIL_REC_TYPE
38: := ASO_QUOTE_PUB.G_MISS_TAX_DETAIL_REC,
39: X_Qte_Header_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Header_V%Rowtype,
40: X_Qte_Opportunity_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Oppty_V%Rowtype,
41: X_Qte_Line_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Line_V%Rowtype);
42:
43:
44:
45: PROCEDURE ROW_TO_API_REC_TYPE

Line 50: P_Qte_Line_Row_Rec IN ASO_AK_Quote_Line_V%Rowtype,

46: (
47: P_Entity_Code IN VARCHAR2,
48: P_Qte_Header_Row_Rec IN ASO_AK_Quote_Header_V%Rowtype,
49: P_Qte_Opportunity_Row_Rec IN ASO_AK_Quote_Oppty_V%Rowtype,
50: P_Qte_Line_Row_Rec IN ASO_AK_Quote_Line_V%Rowtype,
51: X_Quote_Header_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_Quote_Pub.Qte_Header_Rec_Type,
52: X_Header_Shipment_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_Quote_Pub.Shipment_Rec_Type,
53: X_Header_Payment_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_Quote_Pub.Payment_Rec_Type,
54: X_Quote_Line_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_Quote_Pub.Qte_Line_Rec_Type,

Line 68: P_Qte_Line_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Line_V%Rowtype);

64: (
65: P_Entity_Code IN VARCHAR2,
66: P_Qte_Header_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Header_V%Rowtype,
67: P_Qte_Opportunity_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Oppty_V%Rowtype,
68: P_Qte_Line_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Line_V%Rowtype);
69:
70:
71:
72: END ASO_DEFAULTING_UTIL;