DBA Data[Home] [Help]

APPS.OE_HEADER_SCREDIT_UTIL dependencies on RA_SALESREPS

Line 2309: FROM ra_salesreps

2305: AND line_id is null;
2306:
2307: CURSOR C_SCRTYPE IS
2308: SELECT nvl(Sales_Credit_Type_id,1)
2309: FROM ra_salesreps
2310: WHERE salesrep_id = p_salesrep_id;
2311:
2312: /* Changed the above cursor definition to fix the bug 1822931 */
2313: