DBA Data[Home] [Help]

APPS.PO_HEADERS_SV11 dependencies on PO_HEADERS_PKG_S0

Line 135: po_headers_pkg_s0.insert_row(X_Rowid ,

131:
132: /* Call the Insert Row Table handler */
133: x_progress := '010';
134:
135: po_headers_pkg_s0.insert_row(X_Rowid ,
136: X_Po_Header_Id ,
137: X_Agent_Id ,
138: X_Type_Lookup_Code ,
139: X_Last_Update_Date ,

Line 264: PO_HEADERS_PKG_S0.get_real_segment1().

260: document number was being inserted into the fnd_notifications table, since
261: the call below was made before we called the procedure to get the real
262: document number (segment1) in the POST-FORMS-COMMIT trigger.
263: Therefore, remove the call below from here and moving it to procedure
264: PO_HEADERS_PKG_S0.get_real_segment1().
265: */
266: IF X_Manual THEN
267:
268: if (x_type_lookup_code not in ('RFQ', 'QUOTATION')) then