DBA Data[Home] [Help]

APPS.ASO_ORDER_INT dependencies on JTF_RS_SRP_VL

Line 370: from jtf_rs_srp_vl

366: )
367: IS
368: CURSOR resource_id(p_salesrepid NUMBER) IS
369: SELECT RESOURCE_ID
370: from jtf_rs_srp_vl
371: where SALESREP_ID = p_salesrepid;
372:
373: BEGIN
374:

Line 408: from jtf_rs_srp_vl

404: END IF;
405:
406: /*
407: SELECT RESOURCE_ID into x_header_sales_credit_TBL(i).RESOURCE_ID
408: from jtf_rs_srp_vl
409: where SALESREP_ID = P_header_sales_credit_TBL(i).SALESREP_ID;
410: */
411:
412: -- x_header_sales_credit_TBL(i).FIRST_NAME := P_header_sales_credit_TBL(i).;

Line 473: from jtf_rs_srp_vl

469:
470:
471: /*
472: SELECT RESOURCE_ID into x_line_sales_credit_TBL(i).RESOURCE_ID
473: from jtf_rs_srp_vl
474: where SALESREP_ID = P_line_sales_credit_TBL(i).SALESREP_ID;
475: */
476:
477: -- x_line_sales_credit_TBL(i).FIRST_NAME := P_line_sales_credit_TBL(i).;