DBA Data[Home] [Help]

APPS.AS_CATALOG_MIGRATION dependencies on AS_INTEREST_TYPES_TL

Line 135: from as_interest_types_b B, as_interest_types_tl TL

131:
132: -- Cursors
133: CURSOR C_Get_Int_Type IS
134: select B.interest_type_id, TL.interest_type, TL.description, B.Expected_Purchase_Flag,B.enabled_flag
135: from as_interest_types_b B, as_interest_types_tl TL
136: where B.interest_type_id = TL.interest_type_id
137: and TL.language = userenv('LANG');
138:
139: