DBA Data[Home] [Help]

APPS.INVKBCGN dependencies on FND_ID_FLEX_SEGMENTS_VL

Line 1147: from FND_ID_FLEX_SEGMENTS_VL a, FND_FLEX_VALUE_SETS b

1143: seg_high fnd_flex_ext.SegmentArray;
1144:
1145: Cursor CUR1(v_struct_num Number) is
1146: select a.application_column_name, b.format_type
1147: from FND_ID_FLEX_SEGMENTS_VL a, FND_FLEX_VALUE_SETS b
1148: where a.application_id = 401 and
1149: a.id_flex_code = 'MTLL' and
1150: a.id_flex_num = v_struct_num and
1151: a.enabled_flag = 'Y' and

Line 1274: from FND_ID_FLEX_SEGMENTS_VL a, FND_FLEX_VALUE_SETS b

1270:
1271:
1272: Cursor CUR1(v_struct_num Number) is
1273: select a.application_column_name, b.format_type
1274: from FND_ID_FLEX_SEGMENTS_VL a, FND_FLEX_VALUE_SETS b
1275: where a.application_id = 401 and
1276: a.id_flex_code = 'MSTK' and
1277: a.id_flex_num = v_struct_num and
1278: a.enabled_flag = 'Y' and

Line 1442: from FND_ID_FLEX_SEGMENTS_VL a

1438: d_data_str varchar2(1000) := null;
1439:
1440: Cursor CUR1(flex_code varchar2) is
1441: select a.application_column_name
1442: from FND_ID_FLEX_SEGMENTS_VL a
1443: where a.application_id = 401 and
1444: a.id_flex_code = flex_code and
1445: a.id_flex_num = (select id_flex_num
1446: from fnd_id_flex_structures