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 4108: pay_mag_utils.lookup_jurisdiction_code

4104: --
4105: if l_asg.region_2 is not null then
4106:
4107: l_jurisdiction_code :=
4108: pay_mag_utils.lookup_jurisdiction_code
4109: (p_state => l_asg.region_2);
4110:
4111: end if; -- region 2 check
4112: --

Line 4555: pay_mag_utils.lookup_jurisdiction_code

4551: --
4552: if l_loc_rec.region_2 is not null then
4553: --
4554: l_jurisdiction_code :=
4555: pay_mag_utils.lookup_jurisdiction_code
4556: (p_state => l_loc_rec.region_2);
4557: --
4558: end if;
4559: --