DBA Data[Home] [Help]

APPS.FA_INS_ADJUST_PKG dependencies on FA_SRVR_MSG

Line 65: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.fadoflx'

61: return TRUE;
62:
63: EXCEPTION
64: WHEN OTHERS then
65: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.fadoflx'
66: ,p_log_level_rec => p_log_level_rec);
67: return FALSE;
68: END fadoflx;
69:

Line 168: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.facdamt'

164: return TRUE;
165:
166: EXCEPTION
167: WHEN OTHERS then
168: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.facdamt'
169: ,p_log_level_rec => p_log_level_rec);
170: return FALSE;
171: END facdamt;
172:

Line 203: FA_SRVR_MSG.ADD_MESSAGE (NAME => h_mesg_name,

199: return TRUE;
200:
201: EXCEPTION
202: WHEN NO_DATA_FOUND then
203: FA_SRVR_MSG.ADD_MESSAGE (NAME => h_mesg_name,
204: CALLING_FN => 'FA_INS_ADJUST_PKG.fagetcc'
205: ,p_log_level_rec => p_log_level_rec);
206: return FALSE;
207: WHEN OTHERS then

Line 208: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.fagetcc'

204: CALLING_FN => 'FA_INS_ADJUST_PKG.fagetcc'
205: ,p_log_level_rec => p_log_level_rec);
206: return FALSE;
207: WHEN OTHERS then
208: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.fagetcc'
209: ,p_log_level_rec => p_log_level_rec);
210: return FALSE;
211:
212: END fagetcc;

Line 368: FA_SRVR_MSG.add_message(CALLING_FN => 'FA_INS_ADJUST_PKG.fainajc'

364: -- Bug 2723165 : Added faxrnd rounding func.
365: IF (NOT FA_UTILS_PKG.faxrnd(X_amount => adj_ptr.adjustment_amount,
366: X_book => adj_ptr.book_type_code
367: ,p_log_level_rec => p_log_level_rec)) THEN
368: FA_SRVR_MSG.add_message(CALLING_FN => 'FA_INS_ADJUST_PKG.fainajc'
369: ,p_log_level_rec => p_log_level_rec);
370: return (FALSE);
371: END IF;
372:

Line 602: FA_SRVR_MSG.ADD_MESSAGE

598: return TRUE;
599:
600: EXCEPTION
601: WHEN NO_DATA_FOUND then
602: FA_SRVR_MSG.ADD_MESSAGE
603: (NAME => h_mesg_name,
604: CALLING_FN => 'FA_INS_ADJUST_PKG.fainajc'
605: ,p_log_level_rec => p_log_level_rec);
606: return FALSE;

Line 608: FA_SRVR_MSG.ADD_SQL_ERROR

604: CALLING_FN => 'FA_INS_ADJUST_PKG.fainajc'
605: ,p_log_level_rec => p_log_level_rec);
606: return FALSE;
607: WHEN OTHERS then
608: FA_SRVR_MSG.ADD_SQL_ERROR
609: (CALLING_FN => 'FA_INS_ADJUST_PKG.fainajc'
610: ,p_log_level_rec => p_log_level_rec);
611: return FALSE;
612: END fainajc;

Line 685: FA_SRVR_MSG.ADD_MESSAGE

681: X_last_update_date => X_last_update_date,
682: X_last_updated_by => X_last_updated_by,
683: X_last_update_login => X_last_update_login
684: ,p_log_level_rec => p_log_level_rec)) then
685: FA_SRVR_MSG.ADD_MESSAGE
686: (CALLING_FN => 'FA_INS_ADJUST_PKG.fadoact'
687: ,p_log_level_rec => p_log_level_rec);
688: return FALSE;
689: end if;

Line 730: FA_SRVR_MSG.ADD_MESSAGE

726: if (not factotp
727: (total_amount => h_total_amount,
728: adjustment_amount => h_adjustment_amount
729: ,p_log_level_rec => p_log_level_rec)) then
730: FA_SRVR_MSG.ADD_MESSAGE
731: (CALLING_FN => 'FA_INS_ADJUST_PKG.fadoact'
732: ,p_log_level_rec => p_log_level_rec);
733: return FALSE;
734: end if;

Line 772: FA_SRVR_MSG.ADD_MESSAGE (NAME=>h_mesg_name,

768: end if;
769:
770: -- SLA: fail if count = 0
771: if (SQL%NOTFOUND or h_distribution_lines = 0) THEN
772: FA_SRVR_MSG.ADD_MESSAGE (NAME=>h_mesg_name,
773: CALLING_FN => 'FA_GCCID_PKG.fadoact'
774: ,p_log_level_rec => p_log_level_rec);
775: return FALSE;
776: end if;

Line 804: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_GCCID_PKG.fadoact'

800: H_SUCCESS,
801: -1
802: ,p_log_level_rec => p_log_level_rec);
803: if not h_success then
804: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_GCCID_PKG.fadoact'
805: ,p_log_level_rec => p_log_level_rec);
806: return FALSE;
807: end if;
808:

Line 820: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_GCCID_PKG.fadoact'

816: (adj_ptr.adjustment_type<>'COST') AND
817: (adj_ptr.adjustment_type<>'CIP COST')) then
818: if (not facdamt(h_adj_dd_amount
819: ,p_log_level_rec => p_log_level_rec)) then
820: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_GCCID_PKG.fadoact'
821: ,p_log_level_rec => p_log_level_rec);
822: return FALSE;
823: end if;
824: else

Line 875: FA_SRVR_MSG.add_message(CALLING_FN => 'FA_INS_ADJUST_PKG.fadoact'

871: -- Round the h_amount_to_insert - faxrnd.....
872: IF (NOT FA_UTILS_PKG.faxrnd(X_amount => h_amount_to_insert,
873: X_book => adj_ptr.book_type_code
874: ,p_log_level_rec => p_log_level_rec)) THEN
875: FA_SRVR_MSG.add_message(CALLING_FN => 'FA_INS_ADJUST_PKG.fadoact'
876: ,p_log_level_rec => p_log_level_rec);
877: return (FALSE);
878: END IF;
879:

Line 908: FA_SRVR_MSG.ADD_MESSAGE

904: X_cat_id => adj_ptr.selection_retid,
905: X_distribution_id => h_distribution_id,
906: X_source_type_code => adj_ptr.source_type_code
907: ,p_log_level_rec => p_log_level_rec)) then
908: FA_SRVR_MSG.ADD_MESSAGE
909: (CALLING_FN => 'FA_GCCID_PKG.fadoact',
910: NAME => h_mesg_name
911: ,p_log_level_rec => p_log_level_rec);
912: return FALSE;

Line 942: FA_SRVR_MSG.ADD_MESSAGE (CALLING_FN => 'FA_INS_ADJUST_PKG.fadoact'

938: X_last_update_date => X_last_update_date,
939: X_last_updated_by => X_last_updated_by,
940: X_last_update_login => X_last_update_login
941: ,p_log_level_rec => p_log_level_rec)) then
942: FA_SRVR_MSG.ADD_MESSAGE (CALLING_FN => 'FA_INS_ADJUST_PKG.fadoact'
943: ,p_log_level_rec => p_log_level_rec);
944: return FALSE;
945: end if;
946: end loop;

Line 953: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.fadoact'

949: return TRUE;
950:
951: exception
952: when others then
953: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.fadoact'
954: ,p_log_level_rec => p_log_level_rec);
955: return FALSE;
956:
957: END fadoact;

Line 1021: FA_SRVR_MSG.ADD_MESSAGE

1017: X_last_update_date => X_last_update_date,
1018: X_last_updated_by => X_last_updated_by,
1019: X_last_update_login => X_last_update_login
1020: ,p_log_level_rec => p_log_level_rec)) then
1021: FA_SRVR_MSG.ADD_MESSAGE
1022: (NAME => 'FA_GET_CAT_ID',
1023: CALLING_FN => 'FA_INS_ADJUST_PKG.fadoclr'
1024: ,p_log_level_rec => p_log_level_rec);
1025: return FALSE;

Line 1071: FA_SRVR_MSG.ADD_MESSAGE

1067: dpr_ptr:=H_DPR_ROW;
1068:
1069: -- call facdamt to calculate the detail amount for leveling
1070: if (not facdamt(adj_dd_amount=>h_adj_dd_amount)) then
1071: FA_SRVR_MSG.ADD_MESSAGE
1072: (CALLING_FN => 'FA_INS_ADJUST_PKG.fadoclr',
1073: NAME => h_mesg_name
1074: ,p_log_level_rec => p_log_level_rec);
1075: end if;

Line 1102: FA_SRVR_MSG.add_message(

1098: -- functional currency faxrnd(...)
1099: IF (NOT FA_UTILS_PKG.faxrnd(X_amount => h_amount_to_insert,
1100: X_book => adj_ptr.book_type_code
1101: ,p_log_level_rec => p_log_level_rec)) THEN
1102: FA_SRVR_MSG.add_message(
1103: CALLING_FN => 'FA_INS_ADJUST_PKG.fadoclr'
1104: ,p_log_level_rec => p_log_level_rec);
1105: return (FALSE);
1106: END IF;

Line 1138: FA_SRVR_MSG.ADD_MESSAGE

1134: X_cat_id => adj_ptr.selection_retid,
1135: X_distribution_id => h_distribution_id,
1136: X_source_type_code => adj_ptr.source_type_code
1137: ,p_log_level_rec => p_log_level_rec)) then
1138: FA_SRVR_MSG.ADD_MESSAGE
1139: (CALLING_FN => 'FA_GCCID_PKG.fadoclr',
1140: NAME => h_mesg_name
1141: ,p_log_level_rec => p_log_level_rec);
1142: return FALSE;

Line 1164: FA_SRVR_MSG.ADD_MESSAGE

1160: X_last_update_date => X_last_update_date,
1161: X_last_updated_by => X_last_updated_by,
1162: X_last_update_login => X_last_update_login
1163: ,p_log_level_rec => p_log_level_rec)) then
1164: FA_SRVR_MSG.ADD_MESSAGE
1165: (NAME => 'FA_GET_CAT_ID',
1166: CALLING_FN => 'FA_INS_ADJUST_PKG.fadoclr'
1167: ,p_log_level_rec => p_log_level_rec);
1168: return FALSE;

Line 1191: FA_SRVR_MSG.ADD_SQL_ERROR

1187: return TRUE;
1188:
1189: exception
1190: when others then
1191: FA_SRVR_MSG.ADD_SQL_ERROR
1192: (CALLING_FN => 'FA_INS_ADJUST_PKG.fadoclr'
1193: ,p_log_level_rec => p_log_level_rec);
1194: return FALSE;
1195:

Line 1218: FA_SRVR_MSG.ADD_MESSAGE (CALLING_FN => 'FA_INS_ADJUST_PKG.fadosglf'

1214: X_last_update_date => X_last_update_date,
1215: X_last_updated_by => X_last_updated_by,
1216: X_last_update_login => X_last_update_login
1217: ,p_log_level_rec => p_log_level_rec)) then
1218: FA_SRVR_MSG.ADD_MESSAGE (CALLING_FN => 'FA_INS_ADJUST_PKG.fadosglf'
1219: ,p_log_level_rec => p_log_level_rec);
1220: return FALSE;
1221: end if;
1222:

Line 1238: FA_SRVR_MSG.ADD_MESSAGE

1234: X_cat_id => adj_ptr.selection_retid,
1235: X_distribution_id => adj_ptr.distribution_id,
1236: X_source_type_code => adj_ptr.source_type_code
1237: ,p_log_level_rec => p_log_level_rec)) then
1238: FA_SRVR_MSG.ADD_MESSAGE
1239: (CALLING_FN =>'FA_GCCID_PKG.fadosglf'
1240: ,p_log_level_rec => p_log_level_rec);
1241: return FALSE;
1242: end if;

Line 1249: FA_SRVR_MSG.add_message(CALLING_FN => 'FA_INS_ADJUST_PKG.fadosglf'

1245: -- faxrnd(adj_ptr.adjustment_amount,adj_ptr.book_type_code
1246: if (not FA_UTILS_PKG.faxrnd(X_amount => adj_ptr.adjustment_amount,
1247: X_book => adj_ptr.book_type_code
1248: ,p_log_level_rec => p_log_level_rec))then
1249: FA_SRVR_MSG.add_message(CALLING_FN => 'FA_INS_ADJUST_PKG.fadosglf'
1250: ,p_log_level_rec => p_log_level_rec);
1251: return (FALSE);
1252: end if;
1253:

Line 1271: FA_SRVR_MSG.ADD_MESSAGE (CALLING_FN => 'FA_INS_ADJUST_PKG.fadosglf'

1267: X_last_update_date => X_last_update_date,
1268: X_last_updated_by => X_last_updated_by,
1269: X_last_update_login => X_last_update_login
1270: ,p_log_level_rec => p_log_level_rec)) then
1271: FA_SRVR_MSG.ADD_MESSAGE (CALLING_FN => 'FA_INS_ADJUST_PKG.fadosglf'
1272: ,p_log_level_rec => p_log_level_rec);
1273: return FALSE;
1274: end if;
1275:

Line 1287: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.fadosglf'

1283: return TRUE;
1284:
1285: exception
1286: when others then
1287: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.fadosglf'
1288: ,p_log_level_rec => p_log_level_rec);
1289: return FALSE;
1290:
1291: END fadosglf;

Line 1322: FA_SRVR_MSG.ADD_MESSAGE (CALLING_FN =>'FA_GCCID_PKG.fadosgl'

1318: X_cat_id => adj_ptr.selection_retid,
1319: X_distribution_id => adj_ptr.distribution_id,
1320: X_source_type_code => adj_ptr.source_type_code
1321: ,p_log_level_rec => p_log_level_rec)) then
1322: FA_SRVR_MSG.ADD_MESSAGE (CALLING_FN =>'FA_GCCID_PKG.fadosgl'
1323: ,p_log_level_rec => p_log_level_rec);
1324: return FALSE;
1325: end if;
1326:

Line 1332: FA_SRVR_MSG.add_message(CALLING_FN => 'FA_INS_ADJUST_PKG.fadosgl'

1328: -- faxrnd(adj_ptr.adjustment_amount,adj_ptr.book_type_code
1329: if (not FA_UTILS_PKG.faxrnd(X_amount => adj_ptr.adjustment_amount,
1330: X_book => adj_ptr.book_type_code
1331: ,p_log_level_rec => p_log_level_rec)) then
1332: FA_SRVR_MSG.add_message(CALLING_FN => 'FA_INS_ADJUST_PKG.fadosgl'
1333: ,p_log_level_rec => p_log_level_rec);
1334: return (FALSE);
1335: end if;
1336:

Line 1356: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.fadosgl'

1352: X_last_update_date => X_last_update_date,
1353: X_last_updated_by => X_last_updated_by,
1354: X_last_update_login => X_last_update_login
1355: ,p_log_level_rec => p_log_level_rec)) then
1356: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.fadosgl'
1357: ,p_log_level_rec => p_log_level_rec);
1358: return FALSE;
1359: end if;
1360:

Line 1366: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.fadosgl'

1362: return TRUE;
1363:
1364: exception
1365: when others then
1366: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.fadosgl'
1367: ,p_log_level_rec => p_log_level_rec);
1368: return FALSE;
1369: END fadosgl;
1370:

Line 1425: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.fadoret'

1421: X_last_update_date => X_last_update_date,
1422: X_last_updated_by => X_last_updated_by,
1423: X_last_update_login => X_last_update_login
1424: ,p_log_level_rec => p_log_level_rec)) then
1425: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.fadoret'
1426: ,p_log_level_rec => p_log_level_rec);
1427: return FALSE;
1428: end if;
1429:

Line 1451: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.fadoret'

1447:
1448: if (not factotp(total_amount=>h_total_amount,
1449: adjustment_amount=>h_adjustment_amount
1450: ,p_log_level_rec => p_log_level_rec)) then
1451: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.fadoret'
1452: ,p_log_level_rec => p_log_level_rec);
1453: return FALSE;
1454: end if;
1455:

Line 1467: FA_SRVR_MSG.ADD_MESSAGE

1463: AND book_type_code = h_dist_book
1464: AND RETIREMENT_ID = h_ret_id;
1465:
1466: if SQL%NOTFOUND THEN
1467: FA_SRVR_MSG.ADD_MESSAGE
1468: (NAME => h_mesg_name,
1469: CALLING_FN => 'FA_GCCID_PKG.fadoret'
1470: ,p_log_level_rec => p_log_level_rec);
1471: return FALSE;

Line 1496: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_GCCID_PKG.fadoret'

1492: H_SUCCESS,
1493: -1
1494: ,p_log_level_rec => p_log_level_rec);
1495: if not h_success then
1496: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_GCCID_PKG.fadoret'
1497: ,p_log_level_rec => p_log_level_rec);
1498: return FALSE;
1499: end if;
1500: -- Assign H_DPR_ROW to dpr_ptr. They are of same type

Line 1508: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_GCCID_PKG.fadoret'

1504: -- Test change, always treat cost adjustments in as false
1505: if ((adj_ptr.leveling_flag=TRUE)) then
1506: if (not facdamt(h_adj_dd_amount
1507: ,p_log_level_rec => p_log_level_rec)) then
1508: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_GCCID_PKG.fadoret'
1509: ,p_log_level_rec => p_log_level_rec);
1510: return FALSE;
1511: end if;
1512: else

Line 1532: FA_SRVR_MSG.add_message(CALLING_FN => 'FA_INS_ADJUST_PKG.fadoret'

1528: /* bug 3519644 */
1529: IF (NOT FA_UTILS_PKG.faxrnd(X_amount => h_amount_to_insert,
1530: X_book => adj_ptr.book_type_code
1531: ,p_log_level_rec => p_log_level_rec)) THEN
1532: FA_SRVR_MSG.add_message(CALLING_FN => 'FA_INS_ADJUST_PKG.fadoret'
1533: ,p_log_level_rec => p_log_level_rec);
1534: return (FALSE);
1535: END IF;
1536: /* bug 3519644 */

Line 1560: FA_SRVR_MSG.ADD_MESSAGE

1556: X_cat_id => adj_ptr.selection_retid,
1557: X_distribution_id => h_distribution_id,
1558: X_source_type_code => adj_ptr.source_type_code
1559: ,p_log_level_rec => p_log_level_rec)) then
1560: FA_SRVR_MSG.ADD_MESSAGE
1561: (CALLING_FN => 'FA_GCCID_PKG.fadoact',
1562: NAME=>h_mesg_name
1563: ,p_log_level_rec => p_log_level_rec);
1564: return FALSE;

Line 1585: FA_SRVR_MSG.ADD_MESSAGE (CALLING_FN => 'FA_INS_ADJUST_PKG.fadoret'

1581: X_last_update_date => X_last_update_date,
1582: X_last_updated_by => X_last_updated_by,
1583: X_last_update_login => X_last_update_login
1584: ,p_log_level_rec => p_log_level_rec)) then
1585: FA_SRVR_MSG.ADD_MESSAGE (CALLING_FN => 'FA_INS_ADJUST_PKG.fadoret'
1586: ,p_log_level_rec => p_log_level_rec);
1587: return FALSE;
1588: end if;
1589:

Line 1596: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.fadoret'

1592: return TRUE;
1593:
1594: exception
1595: when others then
1596: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.fadoret'
1597: ,p_log_level_rec => p_log_level_rec);
1598: return FALSE;
1599:
1600: END fadoret;

Line 1651: FA_SRVR_MSG.ADD_MESSAGE (CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'

1647: ,p_log_level_rec => p_log_level_rec)) then
1648: adj_table.delete;
1649: h_cache_index := 0;
1650:
1651: FA_SRVR_MSG.ADD_MESSAGE (CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'
1652: ,p_log_level_rec => p_log_level_rec);
1653: return FALSE;
1654: end if;
1655: else

Line 1663: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'

1659: ,p_log_level_rec => p_log_level_rec)) then
1660: adj_table.delete;
1661: h_cache_index := 0;
1662:
1663: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'
1664: ,p_log_level_rec => p_log_level_rec);
1665: return FALSE;
1666: end if;
1667:

Line 1677: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'

1673: ,p_log_level_rec => p_log_level_rec)) then
1674: adj_table.delete;
1675: h_cache_index := 0;
1676:
1677: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'
1678: ,p_log_level_rec => p_log_level_rec);
1679: return FALSE;
1680: end if;
1681: elsif (adj_ptr.selection_mode=FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE_REVAL) then -- YYOON

Line 1690: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'

1686: ,p_log_level_rec => p_log_level_rec)) then
1687: adj_table.delete;
1688: h_cache_index := 0;
1689:
1690: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'
1691: ,p_log_level_rec => p_log_level_rec);
1692: return FALSE;
1693: end if;
1694: elsif (adj_ptr.selection_mode=FA_ADJUST_TYPE_PKG.FA_AJ_SINGLE) then

Line 1703: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'

1699: ,p_log_level_rec => p_log_level_rec)) then
1700: adj_table.delete;
1701: h_cache_index := 0;
1702:
1703: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'
1704: ,p_log_level_rec => p_log_level_rec);
1705: return FALSE;
1706: end if;
1707: elsif (adj_ptr.selection_mode=FA_ADJUST_TYPE_PKG.FA_AJ_TRANSFER_SINGLE) then

Line 1716: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'

1712: ,p_log_level_rec => p_log_level_rec)) then
1713: adj_table.delete;
1714: h_cache_index := 0;
1715:
1716: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'
1717: ,p_log_level_rec => p_log_level_rec);
1718: return FALSE;
1719: end if;
1720: elsif (adj_ptr.selection_mode in (FA_ADJUST_TYPE_PKG.FA_AJ_CLEAR, FA_ADJUST_TYPE_PKG.FA_AJ_CLEAR_PARTIAL)) then

Line 1729: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'

1725: ,p_log_level_rec => p_log_level_rec)) then
1726: adj_table.delete;
1727: h_cache_index := 0;
1728:
1729: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'
1730: ,p_log_level_rec => p_log_level_rec);
1731: return FALSE;
1732: end if;
1733: elsif (adj_ptr.selection_mode=FA_ADJUST_TYPE_PKG.FA_AJ_RETIRE) then

Line 1742: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'

1738: ,p_log_level_rec => p_log_level_rec)) then
1739: adj_table.delete;
1740: h_cache_index := 0;
1741:
1742: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'
1743: ,p_log_level_rec => p_log_level_rec);
1744: return FALSE;
1745: end if;
1746: else

Line 1751: FA_SRVR_MSG.ADD_MESSAGE

1747: -- undefined mode
1748: adj_table.delete;
1749: h_cache_index := 0;
1750:
1751: FA_SRVR_MSG.ADD_MESSAGE
1752: (CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj',
1753: NAME => 'FA_INS_ADJ_BAD_MODE'
1754: ,p_log_level_rec => p_log_level_rec);
1755: return FALSE;

Line 1772: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'

1768: ,p_log_level_rec => p_log_level_rec)) then
1769: adj_table.delete;
1770: h_cache_index := 0;
1771:
1772: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'
1773: ,p_log_level_rec => p_log_level_rec);
1774: return FALSE;
1775: end if;
1776: end if;

Line 1791: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'

1787: return TRUE;
1788:
1789: exception
1790: when others then
1791: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinaj'
1792: ,p_log_level_rec => p_log_level_rec);
1793: return FALSE;
1794: END faxinaj;
1795:

Line 1832: FA_SRVR_MSG.Init_Server_Message;

1828: BEGIN <>
1829:
1830: if (X_init_message_flag = 'YES') then
1831: -- initialize Message and Debug stacks
1832: FA_SRVR_MSG.Init_Server_Message;
1833: FA_DEBUG_PKG.Initialize;
1834: end if;
1835:
1836: -- Get the parameters passed by form

Line 1855: FA_SRVR_MSG.ADD_MESSAGE

1851: adj_ptr_local.account := X_account;
1852: adj_ptr_local.account_type := X_account_type;
1853:
1854: if (X_current_units=0) then
1855: FA_SRVR_MSG.ADD_MESSAGE
1856: (CALLING_FN => 'FA_INS_ADJUST_PKG.faxinadj',
1857: NAME => 'FA_INS_ADJ_ZERO_UNITS'
1858: ,p_log_level_rec => p_log_level_rec);
1859: return FALSE;

Line 1868: FA_SRVR_MSG.ADD_MESSAGE

1864: adj_ptr_local.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_ACTIVE;
1865: elsif (X_selection_mode='SINGLE') then
1866: adj_ptr_local.selection_mode := FA_ADJUST_TYPE_PKG.FA_AJ_SINGLE;
1867: else
1868: FA_SRVR_MSG.ADD_MESSAGE
1869: (CALLING_FN => 'FA_INS_ADJUST_PKG.faxinadj',
1870: NAME => 'FA_INS_ADJ_BAD_SEL_MODE'
1871: ,p_log_level_rec => p_log_level_rec);
1872: return FALSE;

Line 1880: FA_SRVR_MSG.ADD_MESSAGE

1876: adj_ptr_local.flush_adj_flag := TRUE;
1877: elsif (X_flush_adj_flag='FALSE') then
1878: adj_ptr_local.flush_adj_flag:=FALSE;
1879: else
1880: FA_SRVR_MSG.ADD_MESSAGE
1881: (CALLING_FN => 'FA_INS_ADJUST_PKG.faxinadj',
1882: NAME => 'FA_INS_ADJ_BAD_FLUSH_FLAG'
1883: ,p_log_level_rec => p_log_level_rec);
1884: return FALSE;

Line 1892: FA_SRVR_MSG.ADD_MESSAGE

1888: adj_ptr_local.gen_ccid_flag := TRUE;
1889: elsif (X_gen_ccid_flag='FALSE') then
1890: adj_ptr_local.gen_ccid_flag:=FALSE;
1891: else
1892: FA_SRVR_MSG.ADD_MESSAGE
1893: (CALLING_FN => 'FA_INS_ADJUST_PKG.faxinadj',
1894: NAME => 'FA_INS_ADJ_BAD_GEN_CCID_FLAG'
1895: ,p_log_level_rec => p_log_level_rec);
1896: return FALSE;

Line 1914: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinadj'

1910: X_last_update_date,
1911: X_last_updated_by,
1912: X_last_update_login
1913: ,p_log_level_rec => p_log_level_rec)) then
1914: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinadj'
1915: ,p_log_level_rec => p_log_level_rec);
1916: return FALSE;
1917: end if;
1918:

Line 1925: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinadj'

1921: return TRUE;
1922:
1923: exception
1924: when others then
1925: FA_SRVR_MSG.ADD_SQL_ERROR(CALLING_FN => 'FA_INS_ADJUST_PKG.faxinadj'
1926: ,p_log_level_rec => p_log_level_rec);
1927: return FALSE;
1928:
1929: END faxinadj;