DBA Data[Home] [Help]

APPS.AS_INTEREST_PVT dependencies on AS_INTEREST_STATUSES

Line 1963: FROM As_Interest_Statuses

1959: Is
1960: CURSOR C_Int_Status_Exists (X_Int_Status_Code Varchar2,
1961: X_Int_Type_Id Number) IS
1962: SELECT 'X'
1963: FROM As_Interest_Statuses
1964: WHERE Interest_Type_Id = X_Int_Type_Id
1965: And Interest_Status_Code = X_Int_Status_Code;
1966:
1967: l_variable VARCHAR2(1);

Line 2010: FROM As_Interest_Statuses

2006: CURSOR C_Int_Status_Exists (X_Int_Status_Code Varchar2,
2007: X_Product_Category_Id Number,
2008: X_Product_Cat_Set_Id Number) IS
2009: SELECT 'X'
2010: FROM As_Interest_Statuses
2011: WHERE Product_Category_Id = X_Product_Category_Id
2012: And Product_Cat_Set_Id = X_Product_Cat_Set_Id
2013: And Interest_Status_Code = X_Int_Status_Code;
2014: