DBA Data[Home] [Help]

APPS.GMD_FORMULA_PUB dependencies on GMD_FORMULA_COMMON_PUB

Line 17: TYPE formula_update_hdr_tbl_type IS TABLE OF GMD_FORMULA_COMMON_PUB.formula_update_rec_type

13: * @rep:compatibility S
14: * @rep:category BUSINESS_ENTITY GMD_FORMULA
15: */
16:
17: TYPE formula_update_hdr_tbl_type IS TABLE OF GMD_FORMULA_COMMON_PUB.formula_update_rec_type
18: INDEX BY BINARY_INTEGER;
19:
20: TYPE formula_insert_hdr_tbl_type IS TABLE OF GMD_FORMULA_COMMON_PUB.formula_insert_rec_type
21: INDEX BY BINARY_INTEGER;

Line 20: TYPE formula_insert_hdr_tbl_type IS TABLE OF GMD_FORMULA_COMMON_PUB.formula_insert_rec_type

16:
17: TYPE formula_update_hdr_tbl_type IS TABLE OF GMD_FORMULA_COMMON_PUB.formula_update_rec_type
18: INDEX BY BINARY_INTEGER;
19:
20: TYPE formula_insert_hdr_tbl_type IS TABLE OF GMD_FORMULA_COMMON_PUB.formula_insert_rec_type
21: INDEX BY BINARY_INTEGER;
22: /* Changed the NUMBER(5) TO NUMBER so that user will not get errors upon using
23: large numbers */
24: TYPE Fm_Id IS TABLE OF NUMBER; /* Added in Bug No.8753171 */