DBA Data[Home] [Help]

APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on ZX_PRODUCT_OPTIONS_ALL

Line 86: from zx_product_options_all

82: HOME_COUNTRY_DEFAULT_FLAG,
83: TAX_ROUNDING_RULE,
84: TAX_PRECISION,
85: TAX_MINIMUM_ACCOUNTABLE_UNIT
86: from zx_product_options_all
87: where
88: application_id = c_application_id
89: and org_id = c_org_id;
90: BEGIN