DBA Data[Home] [Help]

APPS.AS_SC_DENORM_TRG dependencies on ASO_I_SALES_CREDIT_TYPES_V

Line 722: l_revenue_flag aso_i_sales_credit_types_v.quota_flag%Type;

718: l_uom_description as_sales_credits_denorm.uom_description%Type;
719: l_item_id as_lead_lines.inventory_item_id%Type;
720: l_organization_id as_lead_lines.organization_id%Type;
721: l_item_description as_sales_credits_denorm.item_description%Type;
722: l_revenue_flag aso_i_sales_credit_types_v.quota_flag%Type;
723: l_parent_project as_leads_all.parent_project%Type;
724: l_partner_cust_name hz_parties.party_name%Type;
725: l_business_group_name hr_all_organization_units_tl.name%Type;
726: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);

Line 851: From aso_i_sales_credit_types_v

847:
848: Begin
849: Select quota_flag
850: Into l_revenue_flag
851: From aso_i_sales_credit_types_v
852: Where sales_credit_type_id = p_new_credit_type_id;
853: Exception When Others then
854: l_revenue_flag := Null;
855: End;