DBA Data[Home] [Help]

APPS.MTL_CATEGORIES_PKG dependencies on INVPUOPI

Line 1163: --hence using INVPUOPI.mtl_pr_parse_flex_name to get

1159:
1160: --Bug 7659277
1161: --There is a chance that mtl_categories_b_kfv is not
1162: --prepared before this code runs.
1163: --hence using INVPUOPI.mtl_pr_parse_flex_name to get
1164: --the category id.
1165: /*OPEN get_category_id(l_structure_id,l_concat_segs);
1166: FETCH get_category_id INTO l_category_id;
1167: CLOSE get_category_id;*/

Line 1168: l_flex_status := INVPUOPI.mtl_pr_parse_flex_name (

1164: --the category id.
1165: /*OPEN get_category_id(l_structure_id,l_concat_segs);
1166: FETCH get_category_id INTO l_category_id;
1167: CLOSE get_category_id;*/
1168: l_flex_status := INVPUOPI.mtl_pr_parse_flex_name (
1169: 0,
1170: 'MCAT',
1171: l_concat_segs,
1172: l_category_id,