DBA Data[Home] [Help]

APPS.WMS_RULE_PVT dependencies on MFG_LOOKUPS

Line 1767: l_logical_operator mfg_lookups.meaning%TYPE;

1763: l_additional_where_clause fnd_flex_validation_tables.additional_where_clause%TYPE;
1764: l_left_part_conv_fct VARCHAR2(40);
1765: l_right_part_conv_fct VARCHAR2(40);
1766: l_outer_join VARCHAR2(4);
1767: l_logical_operator mfg_lookups.meaning%TYPE;
1768: l_asc_desc mfg_lookups.meaning%TYPE;
1769: l_operator mfg_lookups.meaning%TYPE;
1770: l_restriction_exist BOOLEAN := FALSE;
1771: l_rule_id NUMBER;

Line 1768: l_asc_desc mfg_lookups.meaning%TYPE;

1764: l_left_part_conv_fct VARCHAR2(40);
1765: l_right_part_conv_fct VARCHAR2(40);
1766: l_outer_join VARCHAR2(4);
1767: l_logical_operator mfg_lookups.meaning%TYPE;
1768: l_asc_desc mfg_lookups.meaning%TYPE;
1769: l_operator mfg_lookups.meaning%TYPE;
1770: l_restriction_exist BOOLEAN := FALSE;
1771: l_rule_id NUMBER;
1772: l_sequence_number NUMBER;

Line 1769: l_operator mfg_lookups.meaning%TYPE;

1765: l_right_part_conv_fct VARCHAR2(40);
1766: l_outer_join VARCHAR2(4);
1767: l_logical_operator mfg_lookups.meaning%TYPE;
1768: l_asc_desc mfg_lookups.meaning%TYPE;
1769: l_operator mfg_lookups.meaning%TYPE;
1770: l_restriction_exist BOOLEAN := FALSE;
1771: l_rule_id NUMBER;
1772: l_sequence_number NUMBER;
1773: l_flex_column_name fnd_flex_validation_tables.id_column_name%TYPE;