DBA Data[Home] [Help]

APPS.ARH_CREL_PKG dependencies on HZ_CUST_ACCT_RELATE_ALL

Line 404: update hz_cust_acct_relate_all

400: --
401: --{Bug Fix: 3237327
402: IF x_return_status = 'S' THEN
403: IF x_row_id IS NOT NULL THEN
404: update hz_cust_acct_relate_all
405: set customer_reciprocal_flag = decode(x_status,
406: 'I','N',
407: 'A','Y'
408: )