DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_SALES_CREDITS

Line 3824: FROM oe_sales_credits

3820: oe_debug_pub.add('Getting header_id of the header scredit:'||l_request_rec.entity_id);
3821: END IF;
3822: SELECT header_id
3823: INTO l_header_id
3824: FROM oe_sales_credits
3825: WHERE sales_credit_id = l_request_rec.entity_id;
3826: EXCEPTION
3827: WHEN NO_DATA_FOUND THEN
3828: l_header_id := null;

Line 3867: FROM oe_sales_credits

3863: oe_debug_pub.add('Getting line_id of the line scredit:'||l_request_rec.entity_id);
3864: END IF;
3865: SELECT line_id
3866: INTO l_line_id
3867: FROM oe_sales_credits
3868: WHERE sales_credit_id = l_request_rec.entity_id;
3869: EXCEPTION
3870: WHEN NO_DATA_FOUND THEN
3871: l_line_id := null;