DBA Data[Home] [Help]

APPS.RA_CUSTOMER_TEXT_PKG dependencies on ARP_UTIL

Line 126: arp_util.debug('Profile option AR_CUSTOMER_TEXT_LAST_SUCCESSFUL_RUN ');

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;
129: END IF;
130: END IF;

Line 185: arp_util.debug('Profile option AR_CUSTOMER_TEXT_LAST_SUCCESSFUL_RUN ');

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:
188: BEGIN
189: /* Bug Fix : 2910426

Line 200: arp_util.debug('OTHERS : ra_customer_text_pkg.update_text_addr');

196: END;
197:
198: EXCEPTION
199: WHEN OTHERS THEN
200: arp_util.debug('OTHERS : ra_customer_text_pkg.update_text_addr');
201: Errbuf := fnd_message.get||' '||SQLERRM;
202: Retcode := 2;
203:
204: END update_text_addr;