DBA Data[Home] [Help]

APPS.CN_RULESET_PVT dependencies on STANDARD

Line 418: -- Standard Start of API savepoint

414: l_org_id cn_rulesets.org_id%TYPE;
415:
416: BEGIN
417:
418: -- Standard Start of API savepoint
419: SAVEPOINT Create_Ruleset;
420: -- Standard call to check for call compatibility.
421: IF NOT FND_API.Compatible_API_Call ( l_api_version,
422: p_api_version,

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

416: BEGIN
417:
418: -- Standard Start of API savepoint
419: SAVEPOINT Create_Ruleset;
420: -- Standard call to check for call compatibility.
421: IF NOT FND_API.Compatible_API_Call ( l_api_version,
422: p_api_version,
423: l_api_name,
424: G_PKG_NAME )

Line 558: -- Standard check of p_commit.

554: );
555:
556: -- End of API body.
557:
558: -- Standard check of p_commit.
559: IF FND_API.To_Boolean( p_commit )
560: THEN
561: COMMIT WORK;
562: END IF;

Line 696: -- Standard Start of API savepoint

692:
693: BEGIN
694:
695: l_env_org_id := p_ruleset_rec.org_id;
696: -- Standard Start of API savepoint
697: SAVEPOINT Update_Ruleset;
698: -- Standard call to check for call compatibility.
699: IF NOT FND_API.Compatible_API_Call ( l_api_version,
700: p_api_version,

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

694:
695: l_env_org_id := p_ruleset_rec.org_id;
696: -- Standard Start of API savepoint
697: SAVEPOINT Update_Ruleset;
698: -- Standard call to check for call compatibility.
699: IF NOT FND_API.Compatible_API_Call ( l_api_version,
700: p_api_version,
701: l_api_name,
702: G_PKG_NAME )

Line 975: -- Standard check of p_commit.

971: END IF;
972: END IF;
973:
974: -- End of API body.
975: -- Standard check of p_commit.
976: IF FND_API.To_Boolean( p_commit )
977: THEN
978: COMMIT WORK;
979: END IF;

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

978: COMMIT WORK;
979: END IF;
980:
981:
982: -- Standard call to get message count and if count is 1, get message info.
983: FND_MSG_PUB.Count_And_Get
984: (
985: p_count => x_msg_count ,
986: p_data => x_msg_data ,