DBA Data[Home] [Help]

APPS.CSP_PACKLIST_LINES_PVT dependencies on STANDARD

Line 37: -- Standard Start of API savepoint

33: l_api_version_number CONSTANT NUMBER := 1.0;
34: l_return_status_full VARCHAR2(1);
35: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
36: BEGIN
37: -- Standard Start of API savepoint
38: SAVEPOINT CREATE_PACKLIST_LINES_PVT;
39:
40: -- Standard call to check for call compatibility.
41: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

36: BEGIN
37: -- Standard Start of API savepoint
38: SAVEPOINT CREATE_PACKLIST_LINES_PVT;
39:
40: -- Standard call to check for call compatibility.
41: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
42: p_api_version_number,
43: l_api_name,
44: G_PKG_NAME)

Line 185: -- Standard check for p_commit

181: --
182: -- End of API body
183: --
184:
185: -- Standard check for p_commit
186: IF FND_API.to_Boolean( p_commit )
187: THEN
188: COMMIT WORK;
189: END IF;

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

192: -- Debug Message
193: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Private API: ' || l_api_name || 'end');
194:
195:
196: -- Standard call to get message count and if count is 1, get message info.
197: FND_MSG_PUB.Count_And_Get
198: ( p_count => x_msg_count,
199: p_data => x_msg_data
200: );

Line 315: -- Standard Start of API savepoint

311: l_ref_PLL_rec CSP_packlist_lines_PVT.PLL_Rec_Type;
312: l_tar_PLL_rec CSP_packlist_lines_PVT.PLL_Rec_Type := P_PLL_Rec;
313: l_rowid ROWID;
314: BEGIN
315: -- Standard Start of API savepoint
316: SAVEPOINT UPDATE_PACKLIST_LINES_PVT;
317:
318: -- Standard call to check for call compatibility.
319: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

314: BEGIN
315: -- Standard Start of API savepoint
316: SAVEPOINT UPDATE_PACKLIST_LINES_PVT;
317:
318: -- Standard call to check for call compatibility.
319: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
320: p_api_version_number,
321: l_api_name,
322: G_PKG_NAME)

Line 520: -- Standard check for p_commit

516: --
517: -- End of API body.
518: --
519:
520: -- Standard check for p_commit
521: IF FND_API.to_Boolean( p_commit )
522: THEN
523: COMMIT WORK;
524: END IF;

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

527: -- Debug Message
528: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Private API: ' || l_api_name || 'end');
529:
530:
531: -- Standard call to get message count and if count is 1, get message info.
532: FND_MSG_PUB.Count_And_Get
533: ( p_count => x_msg_count,
534: p_data => x_msg_data
535: );

Line 607: -- Standard Start of API savepoint

603: l_api_name CONSTANT VARCHAR2(30) := 'Delete_packlist_lines';
604: l_api_version_number CONSTANT NUMBER := 1.0;
605: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
606: BEGIN
607: -- Standard Start of API savepoint
608: SAVEPOINT DELETE_PACKLIST_LINES_PVT;
609:
610: -- Standard call to check for call compatibility.
611: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

606: BEGIN
607: -- Standard Start of API savepoint
608: SAVEPOINT DELETE_PACKLIST_LINES_PVT;
609:
610: -- Standard call to check for call compatibility.
611: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
612: p_api_version_number,
613: l_api_name,
614: G_PKG_NAME)

Line 678: -- Standard check for p_commit

674: --
675: -- End of API body
676: --
677:
678: -- Standard check for p_commit
679: IF FND_API.to_Boolean( p_commit )
680: THEN
681: COMMIT WORK;
682: END IF;

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

685: -- Debug Message
686: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Private API: ' || l_api_name || 'end');
687:
688:
689: -- Standard call to get message count and if count is 1, get message info.
690: FND_MSG_PUB.Count_And_Get
691: ( p_count => x_msg_count,
692: p_data => x_msg_data
693: );

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

1103: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1104: NULL;
1105: END IF;
1106:
1107: -- Standard call to get message count and if count is 1, get message info.
1108: FND_MSG_PUB.Count_And_Get
1109: ( p_count => x_msg_count,
1110: p_data => x_msg_data
1111: );

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

1157: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1158: NULL;
1159: END IF;
1160:
1161: -- Standard call to get message count and if count is 1, get message info.
1162: FND_MSG_PUB.Count_And_Get
1163: ( p_count => x_msg_count,
1164: p_data => x_msg_data
1165: );

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

1211: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1212: NULL;
1213: END IF;
1214:
1215: -- Standard call to get message count and if count is 1, get message info.
1216: FND_MSG_PUB.Count_And_Get
1217: ( p_count => x_msg_count,
1218: p_data => x_msg_data
1219: );

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

1265: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1266: NULL;
1267: END IF;
1268:
1269: -- Standard call to get message count and if count is 1, get message info.
1270: FND_MSG_PUB.Count_And_Get
1271: ( p_count => x_msg_count,
1272: p_data => x_msg_data
1273: );

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

1319: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1320: NULL;
1321: END IF;
1322:
1323: -- Standard call to get message count and if count is 1, get message info.
1324: FND_MSG_PUB.Count_And_Get
1325: ( p_count => x_msg_count,
1326: p_data => x_msg_data
1327: );

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

1366: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1367: NULL;
1368: END IF;
1369:
1370: -- Standard call to get message count and if count is 1, get message info.
1371: FND_MSG_PUB.Count_And_Get
1372: ( p_count => x_msg_count,
1373: p_data => x_msg_data
1374: );

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

1420: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1421: NULL;
1422: END IF;
1423:
1424: -- Standard call to get message count and if count is 1, get message info.
1425: FND_MSG_PUB.Count_And_Get
1426: ( p_count => x_msg_count,
1427: p_data => x_msg_data
1428: );

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

1474: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1475: NULL;
1476: END IF;
1477:
1478: -- Standard call to get message count and if count is 1, get message info.
1479: FND_MSG_PUB.Count_And_Get
1480: ( p_count => x_msg_count,
1481: p_data => x_msg_data
1482: );

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

1528: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1529: NULL;
1530: END IF;
1531:
1532: -- Standard call to get message count and if count is 1, get message info.
1533: FND_MSG_PUB.Count_And_Get
1534: ( p_count => x_msg_count,
1535: p_data => x_msg_data
1536: );

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

1575: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1576: NULL;
1577: END IF;
1578:
1579: -- Standard call to get message count and if count is 1, get message info.
1580: FND_MSG_PUB.Count_And_Get
1581: ( p_count => x_msg_count,
1582: p_data => x_msg_data
1583: );

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

1622: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1623: NULL;
1624: END IF;
1625:
1626: -- Standard call to get message count and if count is 1, get message info.
1627: FND_MSG_PUB.Count_And_Get
1628: ( p_count => x_msg_count,
1629: p_data => x_msg_data
1630: );

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

1676: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1677: NULL;
1678: END IF;
1679:
1680: -- Standard call to get message count and if count is 1, get message info.
1681: FND_MSG_PUB.Count_And_Get
1682: ( p_count => x_msg_count,
1683: p_data => x_msg_data
1684: );

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

1723: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
1724: NULL;
1725: END IF;
1726:
1727: -- Standard call to get message count and if count is 1, get message info.
1728: FND_MSG_PUB.Count_And_Get
1729: ( p_count => x_msg_count,
1730: p_data => x_msg_data
1731: );

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

1765:
1766: -- Debug Message
1767: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'API_INVALID_RECORD');
1768:
1769: -- Standard call to get message count and if count is 1, get message info.
1770: FND_MSG_PUB.Count_And_Get
1771: ( p_count => x_msg_count,
1772: p_data => x_msg_data
1773: );