DBA Data[Home] [Help]

APPS.AS_OPP_SALES_CREDIT_PVT dependencies on OE_SALES_CREDIT_TYPES

Line 3024: FROM oe_sales_credit_types

3020: IS
3021:
3022: CURSOR C_Credit_Type_Id_Exists (c_Credit_Type_Id NUMBER) IS
3023: SELECT 'X'
3024: FROM oe_sales_credit_types
3025: WHERE sales_credit_type_id = c_Credit_Type_Id;
3026:
3027: l_val VARCHAR2(1);
3028: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);