DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPLINE_PKG dependencies on AP_WEB_DFLEX_PKG

Line 102: p_expLines IN OUT NOCOPY AP_WEB_DFLEX_PKG.ExpReportLines_A,

98: return FALSE;
99: END GetReportLineCursor;
100:
101: PROCEDURE FetchReportLineCursor(p_ReportLinesCursor IN OUT NOCOPY ReportLinesCursor,
102: p_expLines IN OUT NOCOPY AP_WEB_DFLEX_PKG.ExpReportLines_A,
103: Attribute_Array IN OUT NOCOPY AP_WEB_PARENT_PKG.BigString_Array,
104: p_ReceiptIndex IN OUT NOCOPY NUMBER,
105: p_Rate OUT NOCOPY expLines_receiptConvRate,
106: p_AmtInclTax OUT NOCOPY expLines_amtInclTaxFlag,

Line 1232: p_expLines IN AP_WEB_DFLEX_PKG.ExpReportLineRec,

1228:
1229: --------------------------------------------------------------------------------
1230: FUNCTION AddReportLines(
1231: p_xpense_lines IN XpenseLineRec,
1232: p_expLines IN AP_WEB_DFLEX_PKG.ExpReportLineRec,
1233: P_AttributeCol IN AP_WEB_PARENT_PKG.BigString_Array,
1234: i IN NUMBER
1235: ) RETURN BOOLEAN IS
1236: --------------------------------------------------------------------------------