DBA Data[Home] [Help]

APPS.IBU_REQ_PKG dependencies on CS_STD

Line 610: cat_org_id := CS_STD.Get_Item_Valdn_Orgzn_ID();

606: -- Fixed Bug 9299378
607: BEGIN
608: if p_product <> -1 then
609: cat_set_id := FND_PROFILE.VALUE('CS_SR_DEFAULT_CATEGORY_SET');
610: cat_org_id := CS_STD.Get_Item_Valdn_Orgzn_ID();
611: SELECT c.category_id into category_id
612: FROM mtl_category_set_valid_cats ic,
613: mtl_categories_kfv c,
614: mtl_category_sets_vl cs,

Line 695: l_sr_rec.inventory_org_id := CS_STD.Get_Item_Valdn_Orgzn_ID();

691: end if;
692:
693: IF (p_inventory_item > 0) THEN
694: l_sr_rec.inventory_item_id := p_inventory_item;
695: l_sr_rec.inventory_org_id := CS_STD.Get_Item_Valdn_Orgzn_ID();
696: if(p_inv_item_revision <> '-1') then
697: l_sr_rec.inv_item_revision := p_inv_item_revision;
698: end if;
699: END IF;

Line 720: l_sr_rec.inventory_org_id := CS_STD.Get_Item_Valdn_Orgzn_ID();

716: l_sr_rec.caller_type := 'ORGANIZATION';
717: else
718: IF (p_product > 0) THEN
719: l_sr_rec.customer_product_id := p_product;
720: l_sr_rec.inventory_org_id := CS_STD.Get_Item_Valdn_Orgzn_ID();
721: if(p_cp_revision_id > 0) then
722: l_sr_rec.cp_revision_id := p_cp_revision_id;
723: end if;
724: -- klou IKON

Line 841: l_sr_rec.inventory_org_id := CS_STD.Get_Item_Valdn_Orgzn_ID();

837:
838: end if; /* rollout */
839:
840: if (p_eam_type = 'Y') then
841: l_sr_rec.inventory_org_id := CS_STD.Get_Item_Valdn_Orgzn_ID();
842: if (p_inventory_item > 0 and p_maint_org_id > 0) then l_sr_rec.maint_organization_id := p_maint_org_id; end if;
843: end if;
844:
845: if (p_employee_id > 0 and p_asset_id > 0) then

Line 882: -- fnd_client_info.set_org_context(CS_STD.Get_Item_Valdn_Orgzn_ID());

878: end if; /* end of the p_problem_description */
879:
880: -- Fix to bug 2200212
881: -- Don't set Org ID
882: -- fnd_client_info.set_org_context(CS_STD.Get_Item_Valdn_Orgzn_ID());
883:
884:
885: /* Removed the logic to getting resource from Assignment Manager in order
886: * to fully leverage TeleService Auto-Assignment feature in 11.5.7.1