DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_SALES_CREDITS

Line 1796: from oe_sales_credits sc,

1792: ) IS
1793: l_return_status Varchar2(30);
1794: Cursor C_HSC_COUNT(p_header_id Number) IS
1795: Select count(sales_credit_id)
1796: from oe_sales_credits sc,
1797: oe_sales_credit_types sct
1798: where header_id = p_header_id
1799: and sct.sales_Credit_type_id = sc.sales_credit_type_id
1800: and sct.quota_flag = 'Y'