DBA Data[Home] [Help]

APPS.PAY_JP_FORMULA_FUNCTION_PKG dependencies on PER_BUSINESS_GROUPS

Line 33: l_legislation_code per_business_groups.legislation_code%type;

29: l_effective_date date;
30: l_range_or_match pay_user_tables.range_or_match%type;
31: l_user_table_id pay_user_tables.user_table_id%type;
32: l_value pay_user_column_instances_f.value%type;
33: l_legislation_code per_business_groups.legislation_code%type;
34: --
35: cursor csr_value_match
36: is
37: select puci.value

Line 108: from per_business_groups

104: --
105: /* Get the legislation code */
106: select legislation_code
107: into l_legislation_code
108: from per_business_groups
109: where business_group_id = p_business_group_id;
110: --
111: /* Get the type of query to be performed, either range or match */
112: select range_or_match,