DBA Data[Home] [Help]

APPS.CZ_PRC_CALLBACK_UTIL dependencies on CZ_PRICE_TBL_TYPE

Line 9: PROCEDURE insert_pricing_table (p_pricing_tbl IN system.cz_price_tbl_type)

5:
6: -- Value used for parent_config_item_id when root is a BOM model (hack for iStore).
7: NO_PARENT_VALUE CONSTANT INTEGER := -1;
8:
9: PROCEDURE insert_pricing_table (p_pricing_tbl IN system.cz_price_tbl_type)
10: IS
11: PRAGMA AUTONOMOUS_TRANSACTION;
12:
13: BEGIN