DBA Data[Home] [Help]

APPS.AS_INTEREST_PVT dependencies on AS_INTEREST_TYPES_B

Line 1858: FROM as_interest_types_b

1854: )
1855: Is
1856: CURSOR C_Int_Type_Exists (X_Int_Type_Id NUMBER) IS
1857: SELECT 'X'
1858: FROM as_interest_types_b
1859: WHERE Interest_Type_Id = X_Int_Type_Id;
1860:
1861: CURSOR C_Prim_Int_Code_Exists (X_Int_Code_Id NUMBER,
1862: X_Int_Type_Id NUMBER) IS