DBA Data[Home] [Help]

APPS.IGS_FI_WAV_UTILS_001 dependencies on FND_MESSAGE

Line 1045: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg));

1041: -- If the status of the application is false
1042: ELSE
1043: -- Log the message and return to the apply_waivers Procedure
1044: log_to_fnd(p_v_module => 'process_wavadj_charges',
1045: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg));
1046:
1047: -- Return to apply_waivers procedure with Error status
1048: x_return_status := 'E';
1049: RETURN;

Line 1181: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg));

1177: -- If the status of the application is false
1178: ELSE
1179: -- Log the message and return to the apply_waivers procedure
1180: log_to_fnd(p_v_module => 'process_stdnt_charges',
1181: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg));
1182:
1183: x_return_status := 'E';
1184: RETURN;
1185:

Line 1344: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg));

1340: ELSE
1341:
1342: -- Log the message and return to the apply_waivers Procedure
1343: log_to_fnd(p_v_module => 'adjust_stdnt_charges',
1344: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg));
1345:
1346: x_return_status := 'E';
1347: RETURN;
1348:

Line 1356: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg) );

1352: ELSE
1353:
1354: -- Log the message and return to the apply_waivers Procedure
1355: log_to_fnd(p_v_module => 'adjust_stdnt_charges',
1356: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg) );
1357:
1358: x_return_status := 'E';
1359: RETURN;
1360:

Line 1463: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg) );

1459: -- Check the Staus of the Waiver Credit Application
1460: IF NOT l_b_status THEN
1461: -- Log the message and set the Error Status
1462: log_to_fnd(p_v_module => 'create_wavadj_charge',
1463: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg) );
1464: x_return_status := 'E';
1465:
1466: ELSE
1467: log_to_fnd('create_wavadj_charge','Application record created. Application ID= '||l_n_app_id);

Line 1474: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg));

1470: ELSE
1471:
1472: -- Log the message and set the Error Status
1473: log_to_fnd(p_v_module => 'create_wavadj_charge',
1474: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg));
1475:
1476: END IF;
1477:
1478: EXCEPTION

Line 1686: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg));

1682: ELSE
1683:
1684: -- Log the message and return to the calling Procedure
1685: log_to_fnd( p_v_module => 'process_due_wavadj_charges',
1686: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg));
1687: x_return_status := 'E';
1688: RETURN;
1689: END IF;
1690:

Line 1743: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg) );

1739: IF NOT l_b_status THEN
1740:
1741: -- Log the message and return to the calling Procedure
1742: log_to_fnd(p_v_module => 'process_due_wavadj_charges',
1743: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg) );
1744: -- Return Error Status
1745: x_return_status := 'E';
1746: RETURN;
1747:

Line 1789: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg));

1785:
1786: ELSE
1787: -- Log the message and return to the calling Procedure
1788: log_to_fnd(p_v_module => 'process_due_wavadj_charges',
1789: p_v_string => 'Error: '||fnd_message.get_string('IGS', l_v_err_msg));
1790: -- Return Error Status
1791: x_return_status := 'E';
1792: RETURN;
1793: