DBA Data[Home] [Help]

APPS.RA_CUSTOMER_TEXT_PKG dependencies on FND_PROFILE

Line 124: v_return_value := fnd_profile.save('AR_CUSTOMER_TEXT_LAST_SUCCESSFUL_RUN',x_profile_date,'SITE');

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');
125: IF not(v_return_value) then
126: arp_util.debug('Profile option AR_CUSTOMER_TEXT_LAST_SUCCESSFUL_RUN ');
127: END IF;
128: RETURN;

Line 183: v_return_value := fnd_profile.save('AR_CUSTOMER_TEXT_LAST_SUCCESSFUL_RUN',x_profile_date,'SITE');

179: EXECUTE IMMEDIATE x_index_string;
180:
181: --to populate the profile option
182: x_profile_date := fnd_date.date_to_canonical(sysdate);
183: v_return_value := fnd_profile.save('AR_CUSTOMER_TEXT_LAST_SUCCESSFUL_RUN',x_profile_date,'SITE');
184: IF not(v_return_value) then
185: arp_util.debug('Profile option AR_CUSTOMER_TEXT_LAST_SUCCESSFUL_RUN ');
186: END IF;
187: