DBA Data[Home] [Help]

APPS.CZ_IB_TRANSACTIONS dependencies on CZ_CONFIG_EXT_ATTRIBUTES

Line 1320: FROM CZ_CONFIG_EXT_ATTRIBUTES

1316: SELECT
1317: config_item_id,attribute_group,attribute_name,attribute_value
1318: BULK COLLECT INTO
1319: t_config_item_tbl,t_attribute_group_tbl,t_attribute_name_tbl,t_attribute_value_tbl
1320: FROM CZ_CONFIG_EXT_ATTRIBUTES
1321: WHERE config_hdr_id = p_config_hdr_id AND
1322: config_rev_nbr = p_config_rev_nbr AND deleted_flag=NO_FLAG;
1323:
1324: ERROR_CODE:='0031';

Line 2219: FROM CZ_CONFIG_EXT_ATTRIBUTES

2215: SELECT
2216: attribute_group, attribute_name, attribute_value
2217: BULK COLLECT INTO
2218: x_attribute_category_tbl, x_attribute_name_tbl, x_attribute_value_tbl
2219: FROM CZ_CONFIG_EXT_ATTRIBUTES
2220: WHERE config_hdr_id = p_config_hdr_id AND
2221: config_rev_nbr = p_config_rev_nbr AND
2222: config_item_id = p_config_item_id AND deleted_flag='0';
2223: