DBA Data[Home] [Help]

APPS.ICX_REQ_COPY_REQ dependencies on ICX_REQ_NAVIGATION

Line 534: ICX_REQ_NAVIGATION.shopper_info(v_int_contact_id, v_int_contact_name,

530: -- get employee_id ( Internal Contect ID )
531: v_int_contact_id := icx_sec.getID(icx_sec.PV_INT_CONTACT_ID);
532:
533: -- Get deliver to location etc.,
534: ICX_REQ_NAVIGATION.shopper_info(v_int_contact_id, v_int_contact_name,
535: v_deliver_to_loc_id, v_deliver_to_location,
536: v_destination_org_id, v_org_code);
537:
538: OPEN getDate (nvl(icx_sec.getID(icx_sec.PV_USER_REQ_DAYS_NEEDED_BY), 0));

Line 917: icx_req_navigation.ic_parent(icx_call.encrypt2(to_char(v_cart_id)));

913:
914: COMMIT; /* release locks */
915:
916: /* display the req in my order page */
917: icx_req_navigation.ic_parent(icx_call.encrypt2(to_char(v_cart_id)));
918:
919: END IF; /* validate session */
920:
921: