DBA Data[Home] [Help]

APPS.ASO_CFG_INT dependencies on MTL_SYSTEM_ITEMS_B

Line 1933: from mtl_system_items_b

1929: where configurator_session_key = p_session_key;
1930:
1931: Cursor c_charge_periodicity_code(p_inventory_item_id number, p_organization_id number) is
1932: select charge_periodicity_code
1933: from mtl_system_items_b
1934: where inventory_item_id = p_inventory_item_id
1935: and organization_id = p_organization_id;
1936:
1937: l_pricing_control_rec ASO_PRICING_INT.Pricing_Control_rec_Type;