DBA Data[Home] [Help]

APPS.HZ_PARTY_ACQUIRE dependencies on FND_FILE

Line 470: FND_FILE.put_line(fnd_file.log,'Error parsing custom attribute procedure ' || g_party_custom_procs(NUM) ||

466: g_party_custom_valid(NUM) := 'Y';
467: EXCEPTION
468: WHEN OTHERS THEN
469: g_party_custom_valid(NUM) := 'N';
470: FND_FILE.put_line(fnd_file.log,'Error parsing custom attribute procedure ' || g_party_custom_procs(NUM) ||
471: ' for attribute PARTY.'||g_party_custom_attrs(NUM));
472: END;
473: dbms_sql.close_cursor(c);
474:

Line 572: FND_FILE.put_line(FND_FILE.log,'Error executing custom procedure for attribute ' || l_attr_name || ' (Party ID: ' || p_party_id || '). Continuing ... ');

568: l_party_search_rec.CUSTOM_ATTRIBUTE30:= l_val;
569: END IF;
570: EXCEPTION
571: WHEN OTHERS THEN
572: FND_FILE.put_line(FND_FILE.log,'Error executing custom procedure for attribute ' || l_attr_name || ' (Party ID: ' || p_party_id || '). Continuing ... ');
573: FND_FILE.put_line(FND_FILE.log,SQLERRM);
574: /*
575: FND_MESSAGE.SET_NAME('AR', 'HZ_CUSTOM_PROC_ERROR');
576: FND_MESSAGE.SET_TOKEN('ENTITY' ,'PARTY');

Line 573: FND_FILE.put_line(FND_FILE.log,SQLERRM);

569: END IF;
570: EXCEPTION
571: WHEN OTHERS THEN
572: FND_FILE.put_line(FND_FILE.log,'Error executing custom procedure for attribute ' || l_attr_name || ' (Party ID: ' || p_party_id || '). Continuing ... ');
573: FND_FILE.put_line(FND_FILE.log,SQLERRM);
574: /*
575: FND_MESSAGE.SET_NAME('AR', 'HZ_CUSTOM_PROC_ERROR');
576: FND_MESSAGE.SET_TOKEN('ENTITY' ,'PARTY');
577: FND_MESSAGE.SET_TOKEN('ATTRIBUTE' ,l_attr_name);

Line 720: FND_FILE.put_line(fnd_file.log,'Error parsing custom attribute procedure ' || g_ps_custom_procs(NUM) ||

716: g_ps_custom_valid(NUM) := 'Y';
717: EXCEPTION
718: WHEN OTHERS THEN
719: g_ps_custom_valid(NUM) := 'N';
720: FND_FILE.put_line(fnd_file.log,'Error parsing custom attribute procedure ' || g_ps_custom_procs(NUM) ||
721: ' for attribute PARTY.'||g_ps_custom_attrs(NUM));
722: END;
723: dbms_sql.close_cursor(c);
724:

Line 816: FND_FILE.put_line(FND_FILE.log,'Error executing custom procedure for attribute ' || l_attr_name || ' (Party Site ID: ' || p_party_site_id || '). Continuing ... ');

812: l_party_site_search_rec.CUSTOM_ATTRIBUTE30:= l_val;
813: END IF;
814: EXCEPTION
815: WHEN OTHERS THEN
816: FND_FILE.put_line(FND_FILE.log,'Error executing custom procedure for attribute ' || l_attr_name || ' (Party Site ID: ' || p_party_site_id || '). Continuing ... ');
817: FND_FILE.put_line(FND_FILE.log,SQLERRM);
818: /*
819: FND_MESSAGE.SET_NAME('AR', 'HZ_CUSTOM_PROC_ERROR');
820: FND_MESSAGE.SET_TOKEN('ENTITY' ,'PARTY_SITES');

Line 817: FND_FILE.put_line(FND_FILE.log,SQLERRM);

813: END IF;
814: EXCEPTION
815: WHEN OTHERS THEN
816: FND_FILE.put_line(FND_FILE.log,'Error executing custom procedure for attribute ' || l_attr_name || ' (Party Site ID: ' || p_party_site_id || '). Continuing ... ');
817: FND_FILE.put_line(FND_FILE.log,SQLERRM);
818: /*
819: FND_MESSAGE.SET_NAME('AR', 'HZ_CUSTOM_PROC_ERROR');
820: FND_MESSAGE.SET_TOKEN('ENTITY' ,'PARTY_SITES');
821: FND_MESSAGE.SET_TOKEN('ATTRIBUTE' ,l_attr_name);

Line 973: FND_FILE.put_line(fnd_file.log,'Error parsing custom attribute procedure ' || g_cont_custom_procs(NUM) ||

969: g_cont_custom_valid(NUM) := 'Y';
970: EXCEPTION
971: WHEN OTHERS THEN
972: g_cont_custom_valid(NUM) := 'N';
973: FND_FILE.put_line(fnd_file.log,'Error parsing custom attribute procedure ' || g_cont_custom_procs(NUM) ||
974: ' for attribute PARTY.'||g_cont_custom_attrs(NUM));
975: END;
976: dbms_sql.close_cursor(c);
977:

Line 1069: FND_FILE.put_line(FND_FILE.log,'Error executing custom procedure for attribute ' || l_attr_name || ' (Org Contact ID: ' || p_org_contact_id || '). Continuing ... ');

1065: l_contact_search_rec.CUSTOM_ATTRIBUTE30:= l_val;
1066: END IF;
1067: EXCEPTION
1068: WHEN OTHERS THEN
1069: FND_FILE.put_line(FND_FILE.log,'Error executing custom procedure for attribute ' || l_attr_name || ' (Org Contact ID: ' || p_org_contact_id || '). Continuing ... ');
1070: FND_FILE.put_line(FND_FILE.log,SQLERRM);
1071: /*
1072: FND_MESSAGE.SET_NAME('AR', 'HZ_CUSTOM_PROC_ERROR');
1073: FND_MESSAGE.SET_TOKEN('ENTITY' ,'CONTACT');

Line 1070: FND_FILE.put_line(FND_FILE.log,SQLERRM);

1066: END IF;
1067: EXCEPTION
1068: WHEN OTHERS THEN
1069: FND_FILE.put_line(FND_FILE.log,'Error executing custom procedure for attribute ' || l_attr_name || ' (Org Contact ID: ' || p_org_contact_id || '). Continuing ... ');
1070: FND_FILE.put_line(FND_FILE.log,SQLERRM);
1071: /*
1072: FND_MESSAGE.SET_NAME('AR', 'HZ_CUSTOM_PROC_ERROR');
1073: FND_MESSAGE.SET_TOKEN('ENTITY' ,'CONTACT');
1074: FND_MESSAGE.SET_TOKEN('ATTRIBUTE' ,l_attr_name);

Line 1200: FND_FILE.put_line(fnd_file.log,'Error parsing custom attribute procedure '

1196: g_cpt_custom_valid(NUM) := 'Y';
1197: EXCEPTION
1198: WHEN OTHERS THEN
1199: g_cpt_custom_valid(NUM) := 'N';
1200: FND_FILE.put_line(fnd_file.log,'Error parsing custom attribute procedure '
1201: || g_cpt_custom_procs(NUM) ||
1202: ' for attribute PARTY.'||g_cpt_custom_attrs(NUM));
1203: END;
1204: dbms_sql.close_cursor(c);

Line 1300: FND_FILE.put_line(FND_FILE.log,'Error executing custom procedure for attribute ' || l_attr_name || ' (Contact Point ID: ' || p_contact_point_id || '). Continuing ... ');

1296: l_contact_pt_search_rec.CUSTOM_ATTRIBUTE30:= l_val;
1297: END IF;
1298: EXCEPTION
1299: WHEN OTHERS THEN
1300: FND_FILE.put_line(FND_FILE.log,'Error executing custom procedure for attribute ' || l_attr_name || ' (Contact Point ID: ' || p_contact_point_id || '). Continuing ... ');
1301: FND_FILE.put_line(FND_FILE.log,SQLERRM);
1302: /*
1303: FND_MESSAGE.SET_NAME('AR', 'HZ_CUSTOM_PROC_ERROR');
1304: FND_MESSAGE.SET_TOKEN('ENTITY' ,'CONTACT POINTS');

Line 1301: FND_FILE.put_line(FND_FILE.log,SQLERRM);

1297: END IF;
1298: EXCEPTION
1299: WHEN OTHERS THEN
1300: FND_FILE.put_line(FND_FILE.log,'Error executing custom procedure for attribute ' || l_attr_name || ' (Contact Point ID: ' || p_contact_point_id || '). Continuing ... ');
1301: FND_FILE.put_line(FND_FILE.log,SQLERRM);
1302: /*
1303: FND_MESSAGE.SET_NAME('AR', 'HZ_CUSTOM_PROC_ERROR');
1304: FND_MESSAGE.SET_TOKEN('ENTITY' ,'CONTACT POINTS');
1305: FND_MESSAGE.SET_TOKEN('ATTRIBUTE' ,l_attr_name);