DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPLINE_PKG dependencies on AP_WEB_DFLEX_PKG

Line 100: p_expLines IN OUT NOCOPY AP_WEB_DFLEX_PKG.ExpReportLines_A,

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

Line 1227: p_expLines IN AP_WEB_DFLEX_PKG.ExpReportLineRec,

1223:
1224: --------------------------------------------------------------------------------
1225: FUNCTION AddReportLines(
1226: p_xpense_lines IN XpenseLineRec,
1227: p_expLines IN AP_WEB_DFLEX_PKG.ExpReportLineRec,
1228: P_AttributeCol IN AP_WEB_PARENT_PKG.BigString_Array,
1229: i IN NUMBER
1230: ) RETURN BOOLEAN IS
1231: --------------------------------------------------------------------------------