DBA Data[Home] [Help]

APPS.PAY_FR_BAL_UPLOAD dependencies on PAY_INPUT_VALUES_F

Line 265: UOM pay_input_values_f.uom%TYPE);

261: ------------------------------------------------------------------------
262: is
263: type t_cxt_iv is record (
264: iv_name pay_legislation_contexts.input_value_name%TYPE,
265: UOM pay_input_values_f.uom%TYPE);
266: type t_cxt_ivs is table of t_cxt_iv index by binary_integer;
267: tbl_cxt_ivs t_cxt_ivs;
268: --
269: l_num_cxts number := 0;

Line 322: pay_input_values_f piv,

318: and not exists(
319: select 1
320: from pay_element_classifications pec,
321: pay_element_types_f pet,
322: pay_input_values_f piv,
323: pay_balance_feeds_f pbf
324: where pbf.balance_type_id = pbt.balance_type_id
325: and pbf.effective_start_date = g_sot
326: and pbf.effective_end_date = g_eot