DBA Data[Home] [Help]

APPS.CSP_PLANNED_ORDERS dependencies on FND_PROFILE

Line 138: FND_PROFILE.GET('CSP_ORDER_TYPE', l_order_hdr_rec.order_type_id);

134:
135: IF l_line_Tbl(I).planned_order_type = 4110 THEN -- excess
136: IF l_order_hdr_rec.dest_organization_id IS NULL THEN
137: l_order_hdr_rec.dest_organization_id := p_organization_id;
138: FND_PROFILE.GET('CSP_ORDER_TYPE', l_order_hdr_rec.order_type_id);
139: l_order_hdr_Rec.ship_to_location_id := l_location_id;
140: END IF;
141: l_order_line_tbl(J).inventory_item_id := l_line_Tbl(I).supplied_item_id;
142: l_order_line_tbl(J).quantity := l_line_Tbl(I).quantity;

Line 367: FND_PROFILE.GET('CSP_ORDER_TYPE', l_order_hdr_rec.order_type_id);

363: K := K + 1;
364: ELSIF (l_item_attr_rec.src_type = 1) THEN
365: IF l_order_hdr_rec.dest_organization_id IS NULL THEN
366: l_order_hdr_rec.dest_organization_id := p_organization_id;
367: FND_PROFILE.GET('CSP_ORDER_TYPE', l_order_hdr_rec.order_type_id);
368: l_order_hdr_Rec.ship_to_location_id := l_location_id;
369: END IF;
370: l_order_line_tbl(J).inventory_item_id := l_line_Tbl(I).supplied_item_id;
371: l_order_line_tbl(J).quantity := l_line_Tbl(I).quantity;