DBA Data[Home] [Help]

APPS.OZF_FUND_ALLOCATIONS_PVT dependencies on OZF_ACTMETRICFACT_PVT

Line 10: TYPE fact_table_type IS TABLE OF ozf_actmetricfact_Pvt.act_metric_fact_rec_type INDEX BY BINARY_INTEGER;

6: so any difference less than g_max_ignorable_amount is ignored
7: */
8: g_max_ignorable_amount CONSTANT NUMBER := 0.0000000000000000000000000000001;
9:
10: TYPE fact_table_type IS TABLE OF ozf_actmetricfact_Pvt.act_metric_fact_rec_type INDEX BY BINARY_INTEGER;
11: TYPE factid_type IS RECORD (
12: fact_id NUMBER,
13: fact_obj_ver NUMBER,
14: approve_recommend VARCHAR2(1) -- Y: approve recommended amount, N: approve request amount