DBA Data[Home] [Help]

APPS.FV_APPLY_CASH_RECEIPT dependencies on FND_MSG_PUB

Line 977: --* : fnd_msg_pub.get *--

973: --* : g_OutErrorInfo WRITE *--
974: --* : g_OutCashReceipts WRITE, READ *--
975: --* Called from : process_receipts *--
976: --* Calls : ar_receipt_api_pub.Apply_on_account *--
977: --* : fnd_msg_pub.get *--
978: --* : debug_msg *--
979: --* : debug_init *--
980: --* : debug_exit *--
981: --* : error *--

Line 989: --* : If x_msg_count is > 1 then call fnd_msg_pub.get x_msg_count times to *--

985: --* : If there is an error the return code in x_return_status will not be S*--
986: --* : If there is an error, check the contents of x_msg_count *--
987: --* : If x_msg_count is 1 then the error message is obtained from *--
988: --* : x_msg_data *--
989: --* : If x_msg_count is > 1 then call fnd_msg_pub.get x_msg_count times to *--
990: --* : get the error messages. *--
991: --****************************************************************************************--
992: PROCEDURE apply_on_account
993: (

Line 1083: -- fnd_msg_pub.get to get the error messages --

1079: debug_msg (l_module_name, 'Error Message is :'||l_MessageData);
1080: ELSE
1081: ----------------------------------------------------------------------
1082: -- Message Count is > 1, hence loop for x_msg_count times and call --
1083: -- fnd_msg_pub.get to get the error messages --
1084: ----------------------------------------------------------------------
1085: FOR l_Counter IN 1..l_MessageCount LOOP
1086: l_MessageData := fnd_msg_pub.get (p_encoded => 'F');
1087: g_OutCashReceipts.total_errors := g_OutCashReceipts.total_errors + 1;

Line 1086: l_MessageData := fnd_msg_pub.get (p_encoded => 'F');

1082: -- Message Count is > 1, hence loop for x_msg_count times and call --
1083: -- fnd_msg_pub.get to get the error messages --
1084: ----------------------------------------------------------------------
1085: FOR l_Counter IN 1..l_MessageCount LOOP
1086: l_MessageData := fnd_msg_pub.get (p_encoded => 'F');
1087: g_OutCashReceipts.total_errors := g_OutCashReceipts.total_errors + 1;
1088: g_OutErrorInfo(g_OutCashReceipts.total_errors).error_desc := l_MessageData;
1089: error
1090: (

Line 1136: --* : fnd_msg_pub.get *--

1132: --* : g_OutErrorInfo WRITE *--
1133: --* : g_OutCashReceipts WRITE, READ *--
1134: --* Called from : pay_debit_memos *--
1135: --* Calls : ar_receipt_api_pub.unapply *--
1136: --* : fnd_msg_pub.get *--
1137: --* : debug_msg *--
1138: --* : debug_init *--
1139: --* : debug_exit *--
1140: --* : error *--

Line 1151: --* : If x_msg_count is > 1 then call fnd_msg_pub.get x_msg_count times to *--

1147: --* : If there is an error the return code in x_return_status will not be S*--
1148: --* : If there is an error, check the contents of x_msg_count *--
1149: --* : If x_msg_count is 1 then the error message is obtained from *--
1150: --* : x_msg_data *--
1151: --* : If x_msg_count is > 1 then call fnd_msg_pub.get x_msg_count times to *--
1152: --* : get the error messages. *--
1153: --* : Mark the row as erased in the report table. *--
1154: --* : Return the unapplied amount. *--
1155: --****************************************************************************************--

Line 1266: -- fnd_msg_pub.get to get the error messages --

1262: debug_msg (l_module_name, 'Error Message is :'||l_MessageData);
1263: ELSE
1264: ----------------------------------------------------------------------
1265: -- Message Count is > 1, hence loop for x_msg_count times and call --
1266: -- fnd_msg_pub.get to get the error messages --
1267: ----------------------------------------------------------------------
1268: FOR l_Counter IN 1..l_MessageCount LOOP
1269: l_MessageData := fnd_msg_pub.get (p_encoded => 'F');
1270: g_OutCashReceipts.total_errors := g_OutCashReceipts.total_errors + 1;

Line 1269: l_MessageData := fnd_msg_pub.get (p_encoded => 'F');

1265: -- Message Count is > 1, hence loop for x_msg_count times and call --
1266: -- fnd_msg_pub.get to get the error messages --
1267: ----------------------------------------------------------------------
1268: FOR l_Counter IN 1..l_MessageCount LOOP
1269: l_MessageData := fnd_msg_pub.get (p_encoded => 'F');
1270: g_OutCashReceipts.total_errors := g_OutCashReceipts.total_errors + 1;
1271: g_OutErrorInfo(g_OutCashReceipts.total_errors).error_desc := l_MessageData;
1272: debug_msg (l_module_name, 'Error Message is :'||l_MessageData);
1273: error

Line 1320: --* : fnd_msg_pub.get *--

1316: --* : g_OutCashReceipts WRITE, READ *--
1317: --* Called from : pay_the_invoice *--
1318: --* : pay_debit_memos *--
1319: --* Calls : ar_receipt_api_pub.Apply *--
1320: --* : fnd_msg_pub.get *--
1321: --* : debug_msg *--
1322: --* : debug_init *--
1323: --* : debug_exit *--
1324: --* Tables Used : None *--

Line 1331: --* : If x_msg_count is > 1 then call fnd_msg_pub.get x_msg_count times to *--

1327: --* : If there is an error the return code in x_return_status will not be S*--
1328: --* : If there is an error, check the contents of x_msg_count *--
1329: --* : If x_msg_count is 1 then the error message is obtained from *--
1330: --* : x_msg_data *--
1331: --* : If x_msg_count is > 1 then call fnd_msg_pub.get x_msg_count times to *--
1332: --* : get the error messages. *--
1333: --****************************************************************************************--
1334: PROCEDURE apply_cash_receipt
1335: (

Line 1539: -- fnd_msg_pub.get to get the error messages --

1535: debug_msg (l_module_name, 'Error Message is :'||l_MessageData);
1536: ELSE
1537: ----------------------------------------------------------------------
1538: -- Message Count is > 1, hence loop for x_msg_count times and call --
1539: -- fnd_msg_pub.get to get the error messages --
1540: ----------------------------------------------------------------------
1541: FOR l_Counter IN 1..l_MessageCount LOOP
1542: l_MessageData := fnd_msg_pub.get (p_encoded => 'F');
1543: g_OutCashReceipts.total_errors := g_OutCashReceipts.total_errors + 1;

Line 1542: l_MessageData := fnd_msg_pub.get (p_encoded => 'F');

1538: -- Message Count is > 1, hence loop for x_msg_count times and call --
1539: -- fnd_msg_pub.get to get the error messages --
1540: ----------------------------------------------------------------------
1541: FOR l_Counter IN 1..l_MessageCount LOOP
1542: l_MessageData := fnd_msg_pub.get (p_encoded => 'F');
1543: g_OutCashReceipts.total_errors := g_OutCashReceipts.total_errors + 1;
1544: g_OutErrorInfo(g_OutCashReceipts.total_errors).error_desc := l_MessageData;
1545: error
1546: (

Line 1768: --* : fnd_msg_pub.get *--

1764: --* : g_OutCashReceipts WRITE, READ *--
1765: --* Called from : process_receipts *--
1766: --* Calls : update_cash_receipt_hist *--
1767: --* : ar_receipt_api_pub.Create_cash *--
1768: --* : fnd_msg_pub.get *--
1769: --* : debug_msg *--
1770: --* : debug_init *--
1771: --* : debug_exit *--
1772: --* : error *--

Line 1781: --* : If x_msg_count is > 1 then call fnd_msg_pub.get x_msg_count times to *--

1777: --* : If there is an error the return code in x_return_status will not be S*--
1778: --* : If there is an error, check the contents of x_msg_count *--
1779: --* : If x_msg_count is 1 then the error message is obtained from *--
1780: --* : x_msg_data *--
1781: --* : If x_msg_count is > 1 then call fnd_msg_pub.get x_msg_count times to *--
1782: --* : get the error messages. *--
1783: --* : Call update_cash_receipt_hist to update the Cash Receipt History *--
1784: --* : table. *--
1785: --****************************************************************************************--

Line 1953: -- fnd_msg_pub.get to get the error messages --

1949: debug_msg (l_module_name, 'Error Message is :'||l_MessageData);
1950: ELSE
1951: ----------------------------------------------------------------------
1952: -- Message Count is > 1, hence loop for x_msg_count times and call --
1953: -- fnd_msg_pub.get to get the error messages --
1954: ----------------------------------------------------------------------
1955: FOR l_Counter IN 1..l_MessageCount LOOP
1956: l_MessageData := fnd_msg_pub.get (p_encoded => 'F');
1957: g_OutCashReceipts.total_errors := g_OutCashReceipts.total_errors + 1;

Line 1956: l_MessageData := fnd_msg_pub.get (p_encoded => 'F');

1952: -- Message Count is > 1, hence loop for x_msg_count times and call --
1953: -- fnd_msg_pub.get to get the error messages --
1954: ----------------------------------------------------------------------
1955: FOR l_Counter IN 1..l_MessageCount LOOP
1956: l_MessageData := fnd_msg_pub.get (p_encoded => 'F');
1957: g_OutCashReceipts.total_errors := g_OutCashReceipts.total_errors + 1;
1958: g_OutErrorInfo(g_OutCashReceipts.total_errors).error_desc := l_MessageData;
1959: error
1960: (