DBA Data[Home] [Help]

APPS.IBE_QUOTE_SAVE_PVT dependencies on FND_LOOKUPS

Line 2014: select 1 from fnd_lookups

2010:
2011: rec_pricing_attr_info c_get_hdr_pricing_attributes%rowtype;
2012:
2013: Cursor c_get_support_level(p_support_lookup_type VARCHAR2, p_support_lookup_code VARCHAR2) is
2014: select 1 from fnd_lookups
2015: where lookup_type = p_support_lookup_type
2016: and lookup_code = p_support_lookup_code;
2017:
2018: support_level_check number;