DBA Data[Home] [Help]

APPS.FV_CCR_UTIL_PVT dependencies on FND_MSG_PUB

Line 584: l_msg_data := fnd_msg_pub.get(p_encoded=>'F');

580: 'Get Federal Indicator:' || l_msg_data);
581: else
582: for I IN 0 .. l_msg_count
583: loop
584: l_msg_data := fnd_msg_pub.get(p_encoded=>'F');
585: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR,l_module_name,
586: 'Get Federal Indicator:' || l_msg_data);
587: end loop;
588: end if;

Line 862: FND_MSG_PUB.initialize;

858: l_hold_unmatched_invoices_flag:=null;
859: l_hold_all_payments_flag:=null;
860: END IF;
861:
862: FND_MSG_PUB.initialize;
863:
864:
865: -- Initialize API return status to success
866: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1067: IF FND_MSG_PUB.Check_Msg_Level

1063: SQLCODE ||' Error Text:' || SQLERRM);
1064: insert_for_report(p_duns,19,l_msg_text||nvl(l_excp_msg,''),null,null
1065: ,null,null);
1066:
1067: IF FND_MSG_PUB.Check_Msg_Level
1068: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1069: THEN
1070: FND_MSG_PUB.Add_Exc_Msg
1071: ( G_PKG_NAME ,

Line 1068: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1064: insert_for_report(p_duns,19,l_msg_text||nvl(l_excp_msg,''),null,null
1065: ,null,null);
1066:
1067: IF FND_MSG_PUB.Check_Msg_Level
1068: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1069: THEN
1070: FND_MSG_PUB.Add_Exc_Msg
1071: ( G_PKG_NAME ,
1072: l_api_name

Line 1070: FND_MSG_PUB.Add_Exc_Msg

1066:
1067: IF FND_MSG_PUB.Check_Msg_Level
1068: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1069: THEN
1070: FND_MSG_PUB.Add_Exc_Msg
1071: ( G_PKG_NAME ,
1072: l_api_name
1073: );
1074: END IF;

Line 1419: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1415: ' Error Code:' || SQLCODE ||' Error Text:' || SQLERRM);
1416: insert_for_report(l_duns_for_report,19,l_msg_text||nvl(l_excp_msg,''),null,null,null,null);
1417: END IF;
1418:
1419: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1420: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1421: END IF;
1422: END;
1423:

Line 1420: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);

1416: insert_for_report(l_duns_for_report,19,l_msg_text||nvl(l_excp_msg,''),null,null,null,null);
1417: END IF;
1418:
1419: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1420: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1421: END IF;
1422: END;
1423:
1424:

Line 1616: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1612: insert_for_report(l_duns_for_report,19,l_msg_text||nvl(l_excp_msg,''),null,null,null,null);
1613: l_account_uses_insert_flag := 'N';
1614: l_account_uses_upd_flag := 'N';
1615:
1616: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1617: THEN
1618: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1619: END IF;
1620: END;

Line 1618: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);

1614: l_account_uses_upd_flag := 'N';
1615:
1616: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1617: THEN
1618: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1619: END IF;
1620: END;
1621: ELSIF(nvl(p_pay_site_id,0)<>0) THEN
1622: BEGIN

Line 1693: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1689: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_STATEMENT,l_module_name,l_msg_text||
1690: ' Error Code:' || SQLCODE ||' Error Text:' || SQLERRM);
1691: insert_for_report(l_duns_for_report,19,l_msg_text||nvl(l_excp_msg,''),null,null,null,null);
1692:
1693: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1694: THEN
1695: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1696: END IF;
1697: END;

Line 1695: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);

1691: insert_for_report(l_duns_for_report,19,l_msg_text||nvl(l_excp_msg,''),null,null,null,null);
1692:
1693: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1694: THEN
1695: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1696: END IF;
1697: END;
1698:
1699: END IF;

Line 1738: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1734: l_assgn_conc_req_status := 'E';
1735: FND_CLIENT_INFO.set_org_context(l_old_org_id);
1736: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_STATEMENT,l_module_name,l_msg_text||
1737: ' Error Code:' || SQLCODE ||' Error Text:' || SQLERRM);
1738: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1739: THEN
1740: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1741: END IF;
1742: END;

Line 1740: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);

1736: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_STATEMENT,l_module_name,l_msg_text||
1737: ' Error Code:' || SQLCODE ||' Error Text:' || SQLERRM);
1738: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1739: THEN
1740: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME,l_api_name);
1741: END IF;
1742: END;
1743: IF(l_pay_site_id = 0) THEN l_pay_site_id := null; END IF;
1744: IF(l_main_add_site_id = 0) THEN l_main_add_site_id := null; END IF;

Line 1949: FND_MSG_PUB.Count_And_Get

1945: END IF;
1946:
1947:
1948: -- Standard call to get message count and if count is 1, get message info.
1949: FND_MSG_PUB.Count_And_Get
1950: (
1951: p_count => x_msg_count ,
1952: p_data => x_msg_data
1953: );

Line 1961: FND_MSG_PUB.Count_And_Get

1957: x_vendor_id := p_prev_vendor_id;
1958: END IF;
1959:
1960: x_return_status := FND_API.G_RET_STS_ERROR ;
1961: FND_MSG_PUB.Count_And_Get
1962: ( p_count => x_msg_count ,
1963: p_data => x_msg_data
1964: );
1965: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 1971: FND_MSG_PUB.Count_And_Get

1967: x_vendor_id := p_prev_vendor_id;
1968: END IF;
1969:
1970: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1971: FND_MSG_PUB.Count_And_Get
1972: ( p_count => x_msg_count ,
1973: p_data => x_msg_data
1974: );
1975: WHEN OTHERS THEN

Line 1981: IF FND_MSG_PUB.Check_Msg_Level

1977: x_vendor_id := p_prev_vendor_id;
1978: END IF;
1979:
1980: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1981: IF FND_MSG_PUB.Check_Msg_Level
1982: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1983: THEN
1984: FND_MSG_PUB.Add_Exc_Msg
1985: ( G_PKG_NAME ,

Line 1982: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1978: END IF;
1979:
1980: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1981: IF FND_MSG_PUB.Check_Msg_Level
1982: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1983: THEN
1984: FND_MSG_PUB.Add_Exc_Msg
1985: ( G_PKG_NAME ,
1986: l_api_name

Line 1984: FND_MSG_PUB.Add_Exc_Msg

1980: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1981: IF FND_MSG_PUB.Check_Msg_Level
1982: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1983: THEN
1984: FND_MSG_PUB.Add_Exc_Msg
1985: ( G_PKG_NAME ,
1986: l_api_name
1987: );
1988: END IF;

Line 1989: FND_MSG_PUB.Count_And_Get

1985: ( G_PKG_NAME ,
1986: l_api_name
1987: );
1988: END IF;
1989: FND_MSG_PUB.Count_And_Get
1990: ( p_count => x_msg_count ,
1991: p_data => x_msg_data
1992: );
1993:

Line 2266: x_exception_msg := x_exception_msg || fnd_msg_pub.get(p_msg_index=>i,p_encoded=>'F');

2262: if(l_msg_count = 1) THEN
2263: x_exception_msg := l_msg_data;
2264: else
2265: for i in 1..l_msg_count loop
2266: x_exception_msg := x_exception_msg || fnd_msg_pub.get(p_msg_index=>i,p_encoded=>'F');
2267: end loop;
2268: end if;
2269: end if;
2270:

Line 2445: x_exception_msg := x_exception_msg || fnd_msg_pub.get(p_msg_index=>i,p_encoded=>'F');

2441: if(l_msg_count = 1) THEN
2442: x_exception_msg := l_msg_data;
2443: else
2444: for i in 1..l_msg_count loop
2445: x_exception_msg := x_exception_msg || fnd_msg_pub.get(p_msg_index=>i,p_encoded=>'F');
2446: end loop;
2447: end if;
2448: end if;
2449:

Line 2582: x_exception_msg := x_exception_msg || fnd_msg_pub.get(p_msg_index=>i,p_encoded=>'F');

2578: if(l_msg_count = 1) THEN
2579: x_exception_msg := l_msg_data;
2580: else
2581: for i in 1..l_msg_count loop
2582: x_exception_msg := x_exception_msg || fnd_msg_pub.get(p_msg_index=>i,p_encoded=>'F');
2583: end loop;
2584: end if;
2585: end if;
2586:

Line 2631: x_exception_msg := x_exception_msg || fnd_msg_pub.get(p_msg_index=>i,p_encoded=>'F');

2627: if(l_msg_count = 1) THEN
2628: x_exception_msg := x_exception_msg || l_msg_data;
2629: else
2630: for i in 1..l_msg_count loop
2631: x_exception_msg := x_exception_msg || fnd_msg_pub.get(p_msg_index=>i,p_encoded=>'F');
2632: end loop;
2633: end if;
2634: end if;
2635:

Line 2669: x_exception_msg := x_exception_msg || fnd_msg_pub.get(p_msg_index=>i,p_encoded=>'F');

2665: if(l_msg_count = 1) THEN
2666: x_exception_msg := x_exception_msg || l_msg_data;
2667: else
2668: for i in 1..l_msg_count loop
2669: x_exception_msg := x_exception_msg || fnd_msg_pub.get(p_msg_index=>i,p_encoded=>'F');
2670: end loop;
2671: end if;
2672: end if;
2673: