DBA Data[Home] [Help]

APPS.OKS_IB_UTIL_PVT dependencies on FND_FLEX_SERVER

Line 2557: Select fnd_flex_server.get_kfv_concat_segs_by_rowid('COMPACT', 401, 'SERV', 101, mtl.rowid), description

2553:
2554: Procedure get_srv_name(P_line_id Number, x_service_name Out NoCopy Varchar2, x_service_description Out NoCopy varchar2) Is
2555:
2556: Cursor get_name_csr Is
2557: Select fnd_flex_server.get_kfv_concat_segs_by_rowid('COMPACT', 401, 'SERV', 101, mtl.rowid), description
2558: From Mtl_system_items_b mtl
2559: , okc_k_items itm
2560: Where mtl.inventory_item_id = itm.object1_id1
2561: and mtl.organization_id = itm.object1_id2