DBA Data[Home] [Help]

APPS.BENUTILS dependencies on PAY_MAG_UTILS

Line 122: l_jurisdiction := pay_mag_utils.lookup_jurisdiction_code

118: -- call.
119: --
120: /*
121: if p_state is not null then
122: l_jurisdiction := pay_mag_utils.lookup_jurisdiction_code
123: (p_state => p_state);
124: end if;
125: */
126: --

Line 4204: pay_mag_utils.lookup_jurisdiction_code

4200: --
4201: if l_asg.region_2 is not null then
4202:
4203: l_jurisdiction_code :=
4204: pay_mag_utils.lookup_jurisdiction_code
4205: (p_state => l_asg.region_2);
4206:
4207: end if; -- region 2 check
4208: --

Line 4680: pay_mag_utils.lookup_jurisdiction_code

4676: --
4677: if l_loc_rec.region_2 is not null then
4678: --
4679: l_jurisdiction_code :=
4680: pay_mag_utils.lookup_jurisdiction_code
4681: (p_state => l_loc_rec.region_2);
4682: --
4683: end if;
4684: --