DBA Data[Home] [Help]

APPS.OE_HEADER_PAYMENT_UTIL dependencies on OE_ORDER_PUB

Line 66: ( p_HEADER_PAYMENT_rec IN OE_Order_PUB.HEADER_PAYMENT_Rec_Type

62: FUNCTION G_MISS_OE_AK_HPAYMENT_REC
63: RETURN OE_AK_HEADER_PAYMENTS_V%ROWTYPE;
64:
65: PROCEDURE API_Rec_To_Rowtype_Rec
66: ( p_HEADER_PAYMENT_rec IN OE_Order_PUB.HEADER_PAYMENT_Rec_Type
67: , x_rowtype_rec IN OUT NOCOPY OE_AK_HEADER_PAYMENTS_V%ROWTYPE
68: );
69:
70: PROCEDURE Rowtype_Rec_To_API_Rec

Line 72: , x_api_rec IN OUT NOCOPY OE_Order_PUB.HEADER_PAYMENT_Rec_Type

68: );
69:
70: PROCEDURE Rowtype_Rec_To_API_Rec
71: ( p_record IN OE_AK_HEADER_PAYMENTS_V%ROWTYPE
72: , x_api_rec IN OUT NOCOPY OE_Order_PUB.HEADER_PAYMENT_Rec_Type
73: );
74:
75: -- Procedure Clear_Dependent_Attr: Overloaded for VIEW%ROWTYPE parameters
76:

Line 90: , p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type

86: -- Procedure Clear_Dependent_Attr
87:
88: PROCEDURE Clear_Dependent_Attr
89: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
90: , p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type
91: , p_old_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type :=
92: OE_Order_PUB.G_MISS_HEADER_PAYMENT_REC
93: );
94:

Line 91: , p_old_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type :=

87:
88: PROCEDURE Clear_Dependent_Attr
89: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
90: , p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type
91: , p_old_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type :=
92: OE_Order_PUB.G_MISS_HEADER_PAYMENT_REC
93: );
94:
95: -- Procedure Apply_Attribute_Changes

Line 92: OE_Order_PUB.G_MISS_HEADER_PAYMENT_REC

88: PROCEDURE Clear_Dependent_Attr
89: ( p_attr_id IN NUMBER := FND_API.G_MISS_NUM
90: , p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type
91: , p_old_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type :=
92: OE_Order_PUB.G_MISS_HEADER_PAYMENT_REC
93: );
94:
95: -- Procedure Apply_Attribute_Changes
96:

Line 98: ( p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type

94:
95: -- Procedure Apply_Attribute_Changes
96:
97: PROCEDURE Apply_Attribute_Changes
98: ( p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type
99: , p_old_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type :=
100: OE_Order_PUB.G_MISS_HEADER_PAYMENT_REC
101: );
102:

Line 99: , p_old_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type :=

95: -- Procedure Apply_Attribute_Changes
96:
97: PROCEDURE Apply_Attribute_Changes
98: ( p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type
99: , p_old_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type :=
100: OE_Order_PUB.G_MISS_HEADER_PAYMENT_REC
101: );
102:
103: -- Function Complete_Record

Line 100: OE_Order_PUB.G_MISS_HEADER_PAYMENT_REC

96:
97: PROCEDURE Apply_Attribute_Changes
98: ( p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type
99: , p_old_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type :=
100: OE_Order_PUB.G_MISS_HEADER_PAYMENT_REC
101: );
102:
103: -- Function Complete_Record
104:

Line 106: ( p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type

102:
103: -- Function Complete_Record
104:
105: PROCEDURE Complete_Record
106: ( p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type
107: , p_old_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type
108: ) ;
109:
110: -- Function Convert_Miss_To_Null

Line 107: , p_old_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type

103: -- Function Complete_Record
104:
105: PROCEDURE Complete_Record
106: ( p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type
107: , p_old_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type
108: ) ;
109:
110: -- Function Convert_Miss_To_Null
111:

Line 113: ( p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type

109:
110: -- Function Convert_Miss_To_Null
111:
112: PROCEDURE Convert_Miss_To_Null
113: ( p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type
114: ) ;
115:
116: -- Procedure Update_Row
117:

Line 119: ( p_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type

115:
116: -- Procedure Update_Row
117:
118: PROCEDURE Update_Row
119: ( p_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type
120: );
121:
122: -- Procedure Insert_Row
123:

Line 125: ( p_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type

121:
122: -- Procedure Insert_Row
123:
124: PROCEDURE Insert_Row
125: ( p_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type
126: );
127:
128: -- Procedure Delete_Row
129:

Line 142: x_Header_Payment_Rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type

138:
139: PROCEDURE Query_Row
140: ( p_payment_number IN NUMBER,
141: p_header_id IN NUMBER,
142: x_Header_Payment_Rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type
143: ) ;
144:
145: -- Function Query_Rows
146:

Line 154: , x_Header_Payment_tbl IN OUT NOCOPY OE_Order_PUB.Header_Payment_tbl_Type

150: ( p_payment_number IN NUMBER :=
151: FND_API.G_MISS_NUM
152: , p_header_id IN NUMBER :=
153: FND_API.G_MISS_NUM
154: , x_Header_Payment_tbl IN OUT NOCOPY OE_Order_PUB.Header_Payment_tbl_Type
155:
156: );
157:
158: -- Procedure lock_Row

Line 164: , p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type

160:
161: PROCEDURE Lock_Row
162: ( x_return_status OUT NOCOPY VARCHAR2
163:
164: , p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type
165: , p_payment_number IN NUMBER
166: := FND_API.G_MISS_NUM
167: , p_header_id IN NUMBER
168: := FND_API.G_MISS_NUM

Line 176: , x_header_Payment_tbl OUT NOCOPY OE_Order_PUB.header_Payment_Tbl_Type

172: ( p_payment_number IN NUMBER :=
173: FND_API.G_MISS_NUM
174: , p_header_id IN NUMBER :=
175: FND_API.G_MISS_NUM
176: , x_header_Payment_tbl OUT NOCOPY OE_Order_PUB.header_Payment_Tbl_Type
177: , x_return_status OUT NOCOPY VARCHAR2
178:
179: );
180:

Line 184: ( p_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type

180:
181: -- Function Get_Values
182:
183: FUNCTION Get_Values
184: ( p_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type
185: , p_old_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type :=
186: OE_Order_PUB.G_MISS_HEADER_PAYMENT_REC
187: ) RETURN OE_Order_PUB.Header_Payment_Val_Rec_Type;
188:

Line 185: , p_old_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type :=

181: -- Function Get_Values
182:
183: FUNCTION Get_Values
184: ( p_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type
185: , p_old_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type :=
186: OE_Order_PUB.G_MISS_HEADER_PAYMENT_REC
187: ) RETURN OE_Order_PUB.Header_Payment_Val_Rec_Type;
188:
189: -- Function Get_Ids

Line 186: OE_Order_PUB.G_MISS_HEADER_PAYMENT_REC

182:
183: FUNCTION Get_Values
184: ( p_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type
185: , p_old_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type :=
186: OE_Order_PUB.G_MISS_HEADER_PAYMENT_REC
187: ) RETURN OE_Order_PUB.Header_Payment_Val_Rec_Type;
188:
189: -- Function Get_Ids
190:

Line 187: ) RETURN OE_Order_PUB.Header_Payment_Val_Rec_Type;

183: FUNCTION Get_Values
184: ( p_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type
185: , p_old_Header_Payment_rec IN OE_Order_PUB.Header_Payment_Rec_Type :=
186: OE_Order_PUB.G_MISS_HEADER_PAYMENT_REC
187: ) RETURN OE_Order_PUB.Header_Payment_Val_Rec_Type;
188:
189: -- Function Get_Ids
190:
191: PROCEDURE Get_Ids

Line 192: ( p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type

188:
189: -- Function Get_Ids
190:
191: PROCEDURE Get_Ids
192: ( p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type
193: , p_Header_Payment_val_rec IN OE_Order_PUB.Header_Payment_Val_Rec_Type
194: ) ;
195:
196: PROCEDURE Pre_Write_Process

Line 193: , p_Header_Payment_val_rec IN OE_Order_PUB.Header_Payment_Val_Rec_Type

189: -- Function Get_Ids
190:
191: PROCEDURE Get_Ids
192: ( p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type
193: , p_Header_Payment_val_rec IN OE_Order_PUB.Header_Payment_Val_Rec_Type
194: ) ;
195:
196: PROCEDURE Pre_Write_Process
197: ( p_x_header_Payment_rec IN OUT NOCOPY OE_ORDER_PUB.header_Payment_rec_type,

Line 197: ( p_x_header_Payment_rec IN OUT NOCOPY OE_ORDER_PUB.header_Payment_rec_type,

193: , p_Header_Payment_val_rec IN OE_Order_PUB.Header_Payment_Val_Rec_Type
194: ) ;
195:
196: PROCEDURE Pre_Write_Process
197: ( p_x_header_Payment_rec IN OUT NOCOPY OE_ORDER_PUB.header_Payment_rec_type,
198: p_old_header_Payment_rec IN OE_ORDER_PUB.header_Payment_rec_type := OE_ORDER_PUB.G_MISS_HEADER_PAYMENT_REC );
199:
200: END OE_Header_Payment_Util;

Line 198: p_old_header_Payment_rec IN OE_ORDER_PUB.header_Payment_rec_type := OE_ORDER_PUB.G_MISS_HEADER_PAYMENT_REC );

194: ) ;
195:
196: PROCEDURE Pre_Write_Process
197: ( p_x_header_Payment_rec IN OUT NOCOPY OE_ORDER_PUB.header_Payment_rec_type,
198: p_old_header_Payment_rec IN OE_ORDER_PUB.header_Payment_rec_type := OE_ORDER_PUB.G_MISS_HEADER_PAYMENT_REC );
199:
200: END OE_Header_Payment_Util;