DBA Data[Home] [Help]

APPS.AS_OPP_LINE_PVT dependencies on AS_SALES_CREDITS_PKG

Line 2197: AS_SALES_CREDITS_PKG.Delete_Row(

2193:
2194: -- Delete sales credits under this line
2195:
2196: FOR sc_c IN C_sales_credits(l_Line_rec.LEAD_LINE_ID) LOOP
2197: AS_SALES_CREDITS_PKG.Delete_Row(
2198: p_SALES_CREDIT_ID => sc_c.sales_credit_id );
2199: END LOOP;
2200:
2201: FOR df_c IN C_decision_factors(l_Line_rec.LEAD_LINE_ID) LOOP