DBA Data[Home] [Help]

APPS.OE_PRICING_CONT_PVT dependencies on OE_AGREEMENTS_B

Line 2919: from oe_agreements_b

2915: BEGIN
2916:
2917: SELECT count(*)
2918: into l_count
2919: from oe_agreements_b
2920: where price_list_id = p_Price_List_id;
2921:
2922: oe_debug_pub.add('Geresh In Check Delete Agreement' || p_Price_List_Id);
2923: