DBA Data[Home] [Help]

APPS.RA_CUSTOMER_TEXT_PKG dependencies on FND_API

Line 120: RAISE FND_API.G_EXC_ERROR;

116: END IF;
117: /* Index is valid */
118: SYNC_INDEX(x_index_owner || '.HZ_CUST_ACCT_SITES_ALL_T1', idx_retcode , idx_err);
119: IF idx_retcode = 1 THEN
120: RAISE FND_API.G_EXC_ERROR;
121: END IF;
122: --to populate the profile option
123: x_profile_date := fnd_date.date_to_canonical(sysdate);
124: v_return_value := fnd_profile.save('AR_CUSTOMER_TEXT_LAST_SUCCESSFUL_RUN',x_profile_date,'SITE');