DBA Data[Home] [Help]

APPS.ASO_DEFAULTING_UTIL dependencies on ASO_AK_QUOTE_LINE_V

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

35: P_LINE_TAX_DETAIL_REC IN ASO_QUOTE_PUB.TAX_DETAIL_REC_TYPE
36: := ASO_QUOTE_PUB.G_MISS_TAX_DETAIL_REC,
37: X_Qte_Header_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Header_V%Rowtype,
38: X_Qte_Opportunity_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Oppty_V%Rowtype,
39: X_Qte_Line_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Line_V%Rowtype)
40:
41: IS
42:
43: CURSOR C_Party_Type(lc_party_id NUMBER) IS

Line 1803: P_Qte_Line_Row_Rec IN ASO_AK_Quote_Line_V%Rowtype,

1799: (
1800: P_Entity_Code IN VARCHAR2,
1801: P_Qte_Header_Row_Rec IN ASO_AK_Quote_Header_V%Rowtype,
1802: P_Qte_Opportunity_Row_Rec IN ASO_AK_Quote_Oppty_V%Rowtype,
1803: P_Qte_Line_Row_Rec IN ASO_AK_Quote_Line_V%Rowtype,
1804: X_Quote_Header_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_Quote_Pub.Qte_Header_Rec_Type,
1805: X_Header_Shipment_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_Quote_Pub.Shipment_Rec_Type,
1806: X_Header_Payment_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_Quote_Pub.Payment_Rec_Type,
1807: X_Quote_Line_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_Quote_Pub.Qte_Line_Rec_Type,

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

2063: (
2064: P_Entity_Code IN VARCHAR2,
2065: P_Qte_Header_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Header_V%Rowtype,
2066: P_Qte_Opportunity_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Oppty_V%Rowtype,
2067: P_Qte_Line_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Line_V%Rowtype)
2068:
2069: IS
2070:
2071: BEGIN