DBA Data[Home] [Help]

APPS.ICX_PO_REQ_ACCT2 dependencies on ICX_SEC

Line 64: if icx_sec.validatesession(c_commit => FALSE) then

60:
61:
62: BEGIN
63:
64: if icx_sec.validatesession(c_commit => FALSE) then
65:
66: if v_line_number is not NULL then
67: l_dist_number := v_line_number;
68: end if;

Line 269: if icx_sec.validatesession(c_commit => FALSE) then

265: AND nvl(fsp.org_id, -9999) = nvl(v_oo_id, -9999);
266:
267: begin
268:
269: if icx_sec.validatesession(c_commit => FALSE) then
270:
271: l_shopper_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
272:
273: open get_emp_id(v_cart_line_id);

Line 271: l_shopper_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);

267: begin
268:
269: if icx_sec.validatesession(c_commit => FALSE) then
270:
271: l_shopper_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
272:
273: open get_emp_id(v_cart_line_id);
274: fetch get_emp_id into l_emp_id;
275: close get_emp_id;

Line 485: if icx_sec.validatesession(c_commit => FALSE) then

481: v_segment_bind fnd_flex_ext.SegmentArray;
482:
483: begin
484:
485: if icx_sec.validatesession(c_commit => FALSE) then
486:
487: l_shopper_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
488:
489: open get_cart_line_number;

Line 487: l_shopper_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);

483: begin
484:
485: if icx_sec.validatesession(c_commit => FALSE) then
486:
487: l_shopper_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
488:
489: open get_cart_line_number;
490: fetch get_cart_line_number into l_cart_line_number;
491: close get_cart_line_number;

Line 856: if icx_sec.validatesession(c_commit => FALSE) then

852: l_dist_number NUMBER := 0;
853:
854: BEGIN
855:
856: if icx_sec.validatesession(c_commit => FALSE) then
857:
858: -- get structure number
859: open chart_account_id;
860: fetch chart_account_id into v_structure;

Line 989: if icx_sec.validatesession(c_commit => FALSE) then

985: l_req_line_number NUMBER := 0;
986:
987: BEGIN
988:
989: if icx_sec.validatesession(c_commit => FALSE) then
990:
991: open get_req_line_number(v_cart_line_id);
992: fetch get_req_line_number into l_req_line_number;
993: close get_req_line_number;

Line 1133: if icx_sec.validatesession(c_commit => FALSE) then

1129: l_cart_line_number NUMBER := 0;
1130:
1131: BEGIN
1132:
1133: if icx_sec.validatesession(c_commit => FALSE) then
1134: open get_cart_line_number;
1135: fetch get_cart_line_number into l_cart_line_number;
1136: close get_cart_line_number;
1137:

Line 1290: if icx_sec.validatesession(c_commit => FALSE) then

1286: l_req_line_number NUMBER := 0;
1287:
1288: BEGIN
1289:
1290: if icx_sec.validatesession(c_commit => FALSE) then
1291: open get_req_line_number;
1292: fetch get_req_line_number into l_req_line_number;
1293: close get_req_line_number;
1294:

Line 1418: if icx_sec.validatesession(c_commit => FALSE) then

1414:
1415:
1416: begin
1417:
1418: if icx_sec.validatesession(c_commit => FALSE) then
1419:
1420: open get_cart_line_number(v_cart_id,v_cart_line_id);
1421: fetch get_cart_line_number into v_cart_line_number;
1422: close get_cart_line_number;