DBA Data[Home] [Help]

APPS.ASO_CFG_INT dependencies on MTL_SYSTEM_ITEMS_B

Line 1760: from mtl_system_items_b

1756: where configurator_session_key = p_session_key;
1757:
1758: Cursor c_charge_periodicity_code(p_inventory_item_id number, p_organization_id number) is
1759: select charge_periodicity_code
1760: from mtl_system_items_b
1761: where inventory_item_id = p_inventory_item_id
1762: and organization_id = p_organization_id;
1763:
1764: l_pricing_control_rec ASO_PRICING_INT.Pricing_Control_rec_Type;