DBA Data[Home] [Help]

APPS.IBE_QUOTE_SAVE_PVT dependencies on FND_LOOKUPS

Line 1995: select 1 from fnd_lookups

1991:
1992: rec_pricing_attr_info c_get_hdr_pricing_attributes%rowtype;
1993:
1994: Cursor c_get_support_level(p_support_lookup_type VARCHAR2, p_support_lookup_code VARCHAR2) is
1995: select 1 from fnd_lookups
1996: where lookup_type = p_support_lookup_type
1997: and lookup_code = p_support_lookup_code;
1998:
1999: support_level_check number;