DBA Data[Home] [Help]

APPS.FLM_SEQ_ID2NAME dependencies on FLM_SEQ_ATTRIBUTES

Line 36: from flm_seq_attributes

32:
33: select
34: attribute_type, attribute_source
35: into l_type, l_col
36: from flm_seq_attributes
37: where attribute_id = p_attribute_id;
38:
39: if (l_type = 4) then
40: l_tab := 'MTL_SYSTEM_ITEMS';

Line 102: from flm_seq_attributes

98:
99: select
100: attribute_type, attribute_source
101: into l_type, l_col
102: from flm_seq_attributes
103: where attribute_id = p_attribute_id;
104:
105: if (l_type = 4) then
106: l_tab := 'MTL_SYSTEM_ITEMS';