DBA Data[Home] [Help]

APPS.OE_LINE_SCREDIT_UTIL dependencies on RA_SALESREPS

Line 2384: FROM ra_salesreps

2380: and sct.quota_flag = 'Y'
2381: and line_id = p_line_rec.line_id;
2382: Cursor C_SCRTYPE IS
2383: SELECT nvl(Sales_Credit_Type_id,1)
2384: FROM ra_salesreps
2385: WHERE salesrep_id = p_line_rec.salesrep_id;
2386:
2387: /* Modified the above cursor definition to fix the bug 1822931 */
2388: /* changed the above cursor to fix the bug 2685158 */