DBA Data[Home] [Help]

APPS.WMS_RULE_PVT dependencies on MFG_LOOKUPS

Line 1850: l_logical_operator mfg_lookups.meaning%TYPE;

1846: l_additional_where_clause fnd_flex_validation_tables.additional_where_clause%TYPE;
1847: l_left_part_conv_fct VARCHAR2(40);
1848: l_right_part_conv_fct VARCHAR2(40);
1849: l_outer_join VARCHAR2(4);
1850: l_logical_operator mfg_lookups.meaning%TYPE;
1851: l_asc_desc mfg_lookups.meaning%TYPE;
1852: l_operator mfg_lookups.meaning%TYPE;
1853: l_restriction_exist BOOLEAN := FALSE;
1854: l_rule_id NUMBER;

Line 1851: l_asc_desc mfg_lookups.meaning%TYPE;

1847: l_left_part_conv_fct VARCHAR2(40);
1848: l_right_part_conv_fct VARCHAR2(40);
1849: l_outer_join VARCHAR2(4);
1850: l_logical_operator mfg_lookups.meaning%TYPE;
1851: l_asc_desc mfg_lookups.meaning%TYPE;
1852: l_operator mfg_lookups.meaning%TYPE;
1853: l_restriction_exist BOOLEAN := FALSE;
1854: l_rule_id NUMBER;
1855: l_sequence_number NUMBER;

Line 1852: l_operator mfg_lookups.meaning%TYPE;

1848: l_right_part_conv_fct VARCHAR2(40);
1849: l_outer_join VARCHAR2(4);
1850: l_logical_operator mfg_lookups.meaning%TYPE;
1851: l_asc_desc mfg_lookups.meaning%TYPE;
1852: l_operator mfg_lookups.meaning%TYPE;
1853: l_restriction_exist BOOLEAN := FALSE;
1854: l_rule_id NUMBER;
1855: l_sequence_number NUMBER;
1856: l_flex_column_name fnd_flex_validation_tables.id_column_name%TYPE;