DBA Data[Home] [Help]

APPS.PAY_LIV_BUS dependencies on HR_LOOKUPS

Line 518: l_message_text hr_lookups.meaning%type;

514: l_database_value varchar2(80);
515: l_min_max_failure varchar2(1);
516: l_checkformat_error boolean;
517: l_input_currency_code pay_element_types_f.input_currency_code%type;
518: l_message_text hr_lookups.meaning%type;
519: l_uom pay_input_values_f.uom%type;
520: --
521: Cursor C_currency_uom
522: is

Line 560: from hr_lookups

556: begin
557: --
558: select meaning
559: into l_message_text
560: from hr_lookups
561: where lookup_type = 'UNITS'
562: and lookup_code = l_uom;
563: --
564: exception