DBA Data[Home] [Help]

APPS.JTF_FM_OCM_REND_REQ dependencies on STANDARD

Line 850: -- Standard call to get message count and if count=1, get the message

846: THEN
847:
848: --x_citem_name := NULL;
849: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
850: -- Standard call to get message count and if count=1, get the message
851: FND_MSG_PUB.Count_And_Get (p_encoded => FND_API.g_false,
852: p_count => x_msg_count,
853: p_data => x_msg_data
854: );

Line 863: -- Standard call to get message count and if count=1, get the message

859:
860: --x_citem_name := NULL;
861: x_return_status := FND_API.G_RET_STS_ERROR;
862:
863: -- Standard call to get message count and if count=1, get the message
864: FND_MSG_PUB.Count_And_Get (p_encoded => FND_API.g_false,
865: p_count => x_msg_count,
866: p_data => x_msg_data
867: );

Line 882: -- Standard call to get message count and if count=1, get the message

878: THEN
879: FND_MSG_PUB.Add_Exc_Msg('JTF_FM_OCM_REND_REQ', G_PKG_NAME );
880: END IF; -- IF FND_MSG_PUB.Check_Msg_Level
881:
882: -- Standard call to get message count and if count=1, get the message
883: FND_MSG_PUB.Count_And_Get (p_encoded => FND_API.g_false,
884: p_count => x_msg_count,
885: p_data => x_msg_data
886: );

Line 1359: -- Standard call to get message count and if count=1, get the message

1355:
1356: x_citem_name := NULL;
1357: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1358:
1359: -- Standard call to get message count and if count=1, get the message
1360: FND_MSG_PUB.Count_And_Get (p_encoded => FND_API.g_false,
1361: p_count => x_msg_count,
1362: p_data => x_msg_data
1363: );

Line 1371: -- Standard call to get message count and if count=1, get the message

1367:
1368: x_citem_name := NULL;
1369: x_return_status := FND_API.G_RET_STS_ERROR;
1370:
1371: -- Standard call to get message count and if count=1, get the message
1372: FND_MSG_PUB.Count_And_Get (p_encoded => FND_API.g_false,
1373: p_count => x_msg_count,
1374: p_data => x_msg_data
1375: );

Line 1389: -- Standard call to get message count and if count=1, get the message

1385: THEN
1386: FND_MSG_PUB.Add_Exc_Msg('JTF_FM_OCM_REND_REQ', G_PKG_NAME );
1387: END IF; -- IF FND_MSG_PUB.Check_Msg_Level
1388:
1389: -- Standard call to get message count and if count=1, get the message
1390: FND_MSG_PUB.Count_And_Get (p_encoded => FND_API.g_false,
1391: p_count => x_msg_count,
1392: p_data => x_msg_data
1393: );

Line 1466: -- Standard begin of API savepoint

1462: BEGIN
1463:
1464: JTF_FM_UTL_V.PRINT_MESSAGE('BEGIN' || l_full_name, JTF_FM_UTL_V.G_LEVEL_PROCEDURE, l_full_name);
1465:
1466: -- Standard begin of API savepoint
1467: SAVEPOINT Content_XML;
1468:
1469: -- Select end-of-line character from dual
1470: /* select chr(13) cr, chr(10) lf into b, c from dual;

Line 1694: --Standard check of commit

1690: FND_MESSAGE.Set_Token('ARG1', l_full_name);
1691: FND_MSG_PUB.Add;
1692: END IF; -- IF FND_MSG_PUB.Check_Msg_Level
1693:
1694: --Standard check of commit
1695:
1696: IF FND_API.To_Boolean ( p_commit ) THEN
1697: COMMIT WORK;
1698: END IF; -- IF FND_API.To_Boolean

Line 1707: --Standard call to get message count and if count=1, get the message

1703: FND_MESSAGE.Set_Token('ROW',l_full_name||': End');
1704: FND_MSG_PUB.Add;
1705: END IF; -- IF FND_MSG_PUB.Check_Msg_level
1706:
1707: --Standard call to get message count and if count=1, get the message
1708: FND_MSG_PUB.Count_And_Get (p_encoded => FND_API.g_false,
1709: p_count => x_msg_count,
1710: p_data => x_msg_data
1711: );

Line 1719: -- Standard call to get message count and if count=1, get the message

1715: ROLLBACK TO Content_XML;
1716: x_content_xml := NULL;
1717: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1718: JTF_FM_UTL_V.ADD_ERROR_MESSAGE (l_api_name, l_Error_Msg);
1719: -- Standard call to get message count and if count=1, get the message
1720: FND_MSG_PUB.Count_And_Get (p_encoded => FND_API.g_false,
1721: p_count => x_msg_count,
1722: p_data => x_msg_data
1723: );

Line 1731: -- Standard call to get message count and if count=1, get the message

1727: ROLLBACK TO Content_XML;
1728: x_content_xml := NULL;
1729: x_return_status := FND_API.G_RET_STS_ERROR;
1730: JTF_FM_UTL_V.ADD_ERROR_MESSAGE (l_api_name, l_Error_Msg);
1731: -- Standard call to get message count and if count=1, get the message
1732: FND_MSG_PUB.Count_And_Get (p_encoded => FND_API.g_false,
1733: p_count => x_msg_count,
1734: p_data => x_msg_data
1735: );

Line 1749: -- Standard call to get message count and if count=1, get the message

1745: FND_MSG_PUB.Add_Exc_Msg
1746: (G_PKG_NAME, l_api_name);
1747: END IF; -- IF FND_MSG_PUB.Check_Msg_Level
1748:
1749: -- Standard call to get message count and if count=1, get the message
1750: FND_MSG_PUB.Count_And_Get (p_encoded => FND_API.g_false,
1751: p_count => x_msg_count,
1752: p_data => x_msg_data
1753: );

Line 1819: -- Standard Start of API savepoint

1815: BEGIN
1816: --dbms_output.put_line('In create Fulfillment API');
1817:
1818: JTF_FM_UTL_V.PRINT_MESSAGE('BEGIN' || l_full_name,JTF_FM_UTL_V.G_LEVEL_PROCEDURE,l_full_name);
1819: -- Standard Start of API savepoint
1820: SAVEPOINT create_fulfillment;
1821: -- Standard call to check for call compatibility.
1822: IF NOT FND_API.Compatible_API_Call
1823: (

Line 1821: -- Standard call to check for call compatibility.

1817:
1818: JTF_FM_UTL_V.PRINT_MESSAGE('BEGIN' || l_full_name,JTF_FM_UTL_V.G_LEVEL_PROCEDURE,l_full_name);
1819: -- Standard Start of API savepoint
1820: SAVEPOINT create_fulfillment;
1821: -- Standard call to check for call compatibility.
1822: IF NOT FND_API.Compatible_API_Call
1823: (
1824: l_api_version,
1825: p_api_version,

Line 2207: -- Standard check of p_commit.

2203: END IF; -- IF FND_MSG_PUB.check_msg_level
2204: RAISE FND_API.G_EXC_ERROR;
2205: END IF; -- end if electronic fulfillment
2206:
2207: -- Standard check of p_commit.
2208: IF FND_API.To_Boolean( p_commit ) THEN
2209: COMMIT WORK;
2210: END IF;
2211:

Line 2212: -- Standard call to get message count and if count is 1, get message info.

2208: IF FND_API.To_Boolean( p_commit ) THEN
2209: COMMIT WORK;
2210: END IF;
2211:
2212: -- Standard call to get message count and if count is 1, get message info.
2213: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data );
2214:
2215:
2216: EXCEPTION