DBA Data[Home] [Help]

APPS.XDP_ORDER dependencies on XDP_ORDER_LINE_ITEMS_S

Line 2354: select xdp_order_line_items_s.nextval

2350: --increment the lv_temp_counter
2351: lv_temp_counter := p_service_order_line_list.COUNT + 1;
2352:
2353: --select the sequence from xdp_order_line_s
2354: select xdp_order_line_items_s.nextval
2355: into l_line_item_id
2356: from dual;
2357:
2358: --increment the lv_fnd_counter

Line 2662: SELECT XDP_ORDER_LINE_ITEMS_S.nextval

2658: P_ITEM_NUMBER => l_item_number ,
2659: P_INVENTORY_ITEM_ID => l_inventory_item_id ,
2660: P_ACTIVATION_FLAG => l_activation_flag );
2661:
2662: SELECT XDP_ORDER_LINE_ITEMS_S.nextval
2663: INTO l_line_item_id
2664: FROM dual ;
2665:
2666: /*** Add Exploded component line of service to p_service_order_line_list ***/

Line 3117: select xdp_order_line_items_s.nextval

3113: lv_fnd_count := lv_fnd_count + 1;
3114:
3115: -- select the sequence from xdp_order_line_s
3116:
3117: select xdp_order_line_items_s.nextval
3118: into lv_det_id
3119: from dual;
3120:
3121: -- explode the detail lines in p_service_order_line_list