DBA Data[Home] [Help]

APPS.FII_GL_EXPENSE_PKG_TREND dependencies on BIS_QUERY_ATTRIBUTES_TBL

Line 5: exp_per_emp_trend_output out NOCOPY BIS_QUERY_ATTRIBUTES_TBL);

1: PACKAGE fii_gl_expense_pkg_trend AUTHID CURRENT_USER AS
2: /* $Header: FIIGLE2S.pls 115.5 2003/12/26 22:01:51 juding noship $ */
3:
4: PROCEDURE get_exp_per_emp_trend(p_page_parameter_tbl in BIS_PMV_PAGE_PARAMETER_TBL, exp_per_emp_trend_sql out NOCOPY VARCHAR2,
5: exp_per_emp_trend_output out NOCOPY BIS_QUERY_ATTRIBUTES_TBL);
6:
7: END fii_gl_expense_pkg_trend;