DBA Data[Home] [Help]

APPS.CN_PMTPLAN_PVT dependencies on STANDARD

Line 369: -- Standard call to get message count and if count is 1,

365: END IF;
366:
367:
368: -- End of Validate Pmt Plans.
369: -- Standard call to get message count and if count is 1,
370: -- get message info.
371:
372: FND_MSG_PUB.Count_And_Get
373: (

Line 458: -- Standard Start of API savepoint

454:
455: BEGIN
456:
457: --
458: -- Standard Start of API savepoint
459: --
460: SAVEPOINT Create_PmtPlan;
461: --
462: -- Standard call to check for call compatibility.

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

458: -- Standard Start of API savepoint
459: --
460: SAVEPOINT Create_PmtPlan;
461: --
462: -- Standard call to check for call compatibility.
463: --
464: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
465: p_api_version ,
466: l_api_name ,

Line 671: -- Standard check of p_commit.

667: END IF;
668:
669: -- End of API body.
670:
671: -- Standard check of p_commit.
672: IF FND_API.To_Boolean( p_commit ) THEN
673: COMMIT WORK;
674: END IF;
675:

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

673: COMMIT WORK;
674: END IF;
675:
676: --
677: -- Standard call to get message count and if count is 1, get message info.
678: --
679:
680: FND_MSG_PUB.Count_And_Get
681: (

Line 829: -- Standard Start of API savepoint

825:
826: BEGIN
827:
828: --
829: -- Standard Start of API savepoint
830: --
831: SAVEPOINT Update_PmtPlan;
832: --
833: -- Standard call to check for call compatibility.

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

829: -- Standard Start of API savepoint
830: --
831: SAVEPOINT Update_PmtPlan;
832: --
833: -- Standard call to check for call compatibility.
834: --
835: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
836: p_api_version ,
837: l_api_name ,

Line 1250: -- Standard check of p_commit.

1246: x_loading_status := 'CN_UPDATED';
1247: END IF;
1248:
1249: -- End of API body.
1250: -- Standard check of p_commit.
1251: --
1252: IF FND_API.To_Boolean( p_commit ) THEN
1253: COMMIT WORK;
1254: END IF;

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

1253: COMMIT WORK;
1254: END IF;
1255:
1256: --
1257: -- Standard call to get message count and if count is 1, get message info.
1258: --
1259: FND_MSG_PUB.Count_And_Get
1260: (
1261: p_count => x_msg_count ,

Line 1338: -- Standard Start of API savepoint

1334: l_object_version_number NUMBER;
1335:
1336: BEGIN
1337: --
1338: -- Standard Start of API savepoint
1339: --
1340: SAVEPOINT Delete_PmtPlan ;
1341: --
1342: -- Standard call to check for call compatibility.

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

1338: -- Standard Start of API savepoint
1339: --
1340: SAVEPOINT Delete_PmtPlan ;
1341: --
1342: -- Standard call to check for call compatibility.
1343: --
1344: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1345: p_api_version ,
1346: l_api_name ,

Line 1481: -- Standard check of p_commit.

1477: );
1478: x_loading_status := 'CN_DELETED';
1479:
1480: -- End of API body.
1481: -- Standard check of p_commit.
1482:
1483: IF FND_API.To_Boolean( p_commit ) THEN
1484: COMMIT WORK;
1485: END IF;

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

1484: COMMIT WORK;
1485: END IF;
1486:
1487: --
1488: -- Standard call to get message count and if count is 1, get message info.
1489: --
1490: FND_MSG_PUB.Count_And_Get
1491: (
1492: p_count => x_msg_count ,