DBA Data[Home] [Help]

APPS.FII_AP_INV_ACTIVITY_DETAIL dependencies on FII_AP_INV_ACTIVITY_DETAIL

Line 1: PACKAGE BODY FII_AP_INV_ACTIVITY_DETAIL AS

1: PACKAGE BODY FII_AP_INV_ACTIVITY_DETAIL AS
2: /* $Header: FIIAPD4B.pls 120.3 2005/10/12 20:10:20 vkazhipu noship $ */
3:
4: -- To show the as-of-date in the report title --
5: FUNCTION get_report_title(

Line 182: 11. In AK for FII_AP_INV_ACTIVITY_DETAIL,changed the no.of display rows to -30 and

178: sum(base.base_amount) over() FII_MEASURE21 ,
179: 8. Made use of the same Measure name as being passed to AK in the inner query
180: 9. Moved the urls to top level .
181: 10. Removed the check_id from the group by clause as bug 3063385 was not generic.
182: 11. In AK for FII_AP_INV_ACTIVITY_DETAIL,changed the no.of display rows to -30 and
183: Number of rows per portlet to -10
184:
185: */
186:

Line 2673: END FII_AP_INV_ACTIVITY_DETAIL;

2669: END get_inv_activity_detail;
2670:
2671:
2672:
2673: END FII_AP_INV_ACTIVITY_DETAIL;
2674: