DBA Data[Home] [Help]

APPS.CS_KB_PROFILES_PKG dependencies on CS_STD

Line 58: cs_std.get_item_valdn_orgzn_id) = m_product_org_id;

54: and data.perz_data_id = attrib.perz_data_id
55: and attrib.attribute_name = to_char(m_product_id)
56: and decode(substr(attrib.attribute_value,1,4),
57: 'org_', to_number(replace(attrib.attribute_value, 'org_','')) ,
58: cs_std.get_item_valdn_orgzn_id) = m_product_org_id;
59:
60: return x_temp;
61:
62: EXCEPTION