DBA Data[Home] [Help]

APPS.PAY_FR_BAL_UPLOAD dependencies on FF_CONTEXTS

Line 295: ff_contexts c

291: Cursor csr_cxt_ivs is
292: select lc.input_value_name,
293: decode(c.data_type,'T','C',c.data_type) UOM
294: from pay_legislation_contexts lc,
295: ff_contexts c
296: where c.context_id = lc.context_id
297: and lc.input_value_name is not null
298: and lc.legislation_code = l_legislation_code;
299: --