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 1796: P_Qte_Line_Row_Rec IN ASO_AK_Quote_Line_V%Rowtype,

1792: (
1793: P_Entity_Code IN VARCHAR2,
1794: P_Qte_Header_Row_Rec IN ASO_AK_Quote_Header_V%Rowtype,
1795: P_Qte_Opportunity_Row_Rec IN ASO_AK_Quote_Oppty_V%Rowtype,
1796: P_Qte_Line_Row_Rec IN ASO_AK_Quote_Line_V%Rowtype,
1797: X_Quote_Header_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_Quote_Pub.Qte_Header_Rec_Type,
1798: X_Header_Shipment_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_Quote_Pub.Shipment_Rec_Type,
1799: X_Header_Payment_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_Quote_Pub.Payment_Rec_Type,
1800: X_Quote_Line_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_Quote_Pub.Qte_Line_Rec_Type,

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

2056: (
2057: P_Entity_Code IN VARCHAR2,
2058: P_Qte_Header_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Header_V%Rowtype,
2059: P_Qte_Opportunity_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Oppty_V%Rowtype,
2060: P_Qte_Line_Row_Rec IN OUT NOCOPY /* file.sql.39 change */ ASO_AK_Quote_Line_V%Rowtype)
2061:
2062: IS
2063:
2064: BEGIN