DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on CS_STD

Line 32: l_org_id NUMBER := cs_std.get_item_valdn_orgzn_id;

28: l_count number;
29: l_material_billable_flag varchar2(2);
30: l_dummy varchar2(2) := null;
31: l_inventory_item_id number;
32: l_org_id NUMBER := cs_std.get_item_valdn_orgzn_id;
33: l_profile_id number;
34: --bug#6930575,subhat.
35: l_effectivity_control number;
36: l_max_level number;

Line 600: l_item_cost := get_item_Cost(l_item_id,l_uom,p_currency_code, cs_std.get_item_valdn_orgzn_id,x_msg_count,x_msg_data,x_return_status);

596: l_contract_number := null;
597: END IF;
598:
599: -- retrieve the Unit cost of the item.
600: l_item_cost := get_item_Cost(l_item_id,l_uom,p_currency_code, cs_std.get_item_valdn_orgzn_id,x_msg_count,x_msg_data,x_return_status);
601:
602: -- retrieve the selling price for the item.
603: l_selling_price := get_selling_price(l_item_id,l_uom,l_quantity,p_pricelist_header_id,p_currency_code,p_org_id,
604: x_msg_count,x_msg_data,x_return_status);

Line 672: l_estimate_lines_rec.invoice_to_org_id := null;--cs_std.get_item_valdn_orgzn_id;

668: l_estimate_lines_rec.coverage_bill_rate_id := null;
669: l_estimate_lines_rec.sub_inventory := null;
670:
671: l_estimate_lines_rec.organization_id := p_org_id;
672: l_estimate_lines_rec.invoice_to_org_id := null;--cs_std.get_item_valdn_orgzn_id;
673: l_estimate_lines_rec.ship_to_org_id := null;--p_ship_to_org_id;
674: l_estimate_lines_rec.no_charge_flag := 'N';
675: l_estimate_lines_rec.return_reason := null;
676: l_estimate_lines_rec.return_by_date := SYSDATE;