DBA Data[Home] [Help]

APPS.AS_INTEREST_PUB dependencies on AS_LOOKUPS

Line 497: FROM as_interest_statuses ais, as_lookups lkp

493: l_pvt_interest_rec AS_INTEREST_PVT.INTEREST_REC_TYPE;
494:
495: Cursor C_Get_Int_Status (X_Int_Status VARCHAR2, X_Product_Category_Id NUMBER, X_Product_Cat_Set_Id NUMBER) IS
496: SELECT ais.interest_status_code
497: FROM as_interest_statuses ais, as_lookups lkp
498: WHERE nls_upper(X_Int_Status) = nls_upper(lkp.meaning)
499: and product_category_id = X_Product_Category_Id
500: and product_cat_set_id = X_Product_Cat_Set_Id
501: and ais.interest_status_code = lkp.lookup_code