DBA Data[Home] [Help]

APPS.HZ_TAX_ASSIGNMENT_PUB dependencies on ARP_STANDARD

Line 70: into arp_standard.sysparm

66:
67: BEGIN
68:
69: select * /* Bug Fix 2020712 */
70: into arp_standard.sysparm
71: from ar_system_parameters;
72:
73: -- check org context
74: -- if org context is not available then no record will be created in

Line 218: IF l_country = arp_standard.sysparm.default_country AND

214:
215: -- run validation for default country.
216: -- Added additional condition to check whether
217: -- this is for Remit-To Address or not.
218: IF l_country = arp_standard.sysparm.default_country AND
219: l_is_remit_to_location <> 'Y' THEN
220:
221: arp_adds.Set_Location_CCID(l_country,
222: l_city,