DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPLINE_PKG dependencies on AP_WEB_DFLEX_PKG

Line 166: p_expLines IN OUT NOCOPY AP_WEB_DFLEX_PKG.ExpReportLines_A,

162: RETURN BOOLEAN;
163: -------------------------------------------------------------------
164:
165: PROCEDURE FetchReportLineCursor(p_ReportLinesCursor IN OUT NOCOPY ReportLinesCursor,
166: p_expLines IN OUT NOCOPY AP_WEB_DFLEX_PKG.ExpReportLines_A,
167: Attribute_Array IN OUT NOCOPY AP_WEB_PARENT_PKG.BigString_Array,
168: p_ReceiptIndex IN OUT NOCOPY NUMBER,
169: p_Rate OUT NOCOPY expLines_receiptConvRate,
170: p_AmtInclTax OUT NOCOPY expLines_amtInclTaxFlag,

Line 305: p_expLines IN AP_WEB_DFLEX_PKG.ExpReportLineRec,

301:
302: --------------------------------------------------------------------------------------------
303: FUNCTION AddReportLines(
304: p_xpense_lines IN XpenseLineRec,
305: p_expLines IN AP_WEB_DFLEX_PKG.ExpReportLineRec,
306: P_AttributeCol IN AP_WEB_PARENT_PKG.BigString_Array,
307: i IN NUMBER
308: ) RETURN BOOLEAN;
309: --------------------------------------------------------------------------------------------