DBA Data[Home] [Help]

APPS.CN_RULEATTRIBUTE_PVT dependencies on STANDARD

Line 252: -- required standards

248:
249: --=============================================================================
250: -- Function Name : Check_AttributeRuleParameters
251: -- Purpose : Check if the attribute rule fields conform to the
252: -- required standards
253: -- Parameters :
254: -- IN : p_attribute_rule_name IN VARCHAR2 Required
255: -- p_not_flag IN VARCHAR2 Required
256: -- p_value_1 IN VARCHAR2 Required

Line 643: -- Standard Start of API savepoint

639: G_LAST_UPDATE_LOGIN NUMBER := fnd_global.login_id;
640:
641: BEGIN
642:
643: -- Standard Start of API savepoint
644: SAVEPOINT Create_RuleAttribute;
645: -- Standard call to check for call compatibility.
646: IF NOT FND_API.Compatible_API_Call ( l_api_version,
647: p_api_version,

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

641: BEGIN
642:
643: -- Standard Start of API savepoint
644: SAVEPOINT Create_RuleAttribute;
645: -- Standard call to check for call compatibility.
646: IF NOT FND_API.Compatible_API_Call ( l_api_version,
647: p_api_version,
648: l_api_name,
649: G_PKG_NAME )

Line 842: -- Standard check of p_commit.

838: cn_rulesets_pkg.Unsync_ruleset(x_ruleset_id_in => p_RuleAttribute_rec.ruleset_id,
839: x_ruleset_status_in => l_ruleset_status,
840: x_org_id =>p_RuleAttribute_rec.org_id);
841:
842: -- Standard check of p_commit.
843: IF FND_API.To_Boolean( p_commit )
844: THEN
845: COMMIT WORK;
846: END IF;

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

844: THEN
845: COMMIT WORK;
846: END IF;
847:
848: -- Standard call to get message count and if count is 1, get message info.
849: FND_MSG_PUB.Count_And_Get
850: (p_count => x_msg_count,
851: p_data => x_msg_data,
852: p_encoded => fnd_api.g_false

Line 971: -- Standard Start of API savepoint

967: AND ORG_ID=p_RuleAttribute_rec.org_id;
968:
969: BEGIN
970:
971: -- Standard Start of API savepoint
972: SAVEPOINT Update_RuleAttribute;
973: -- Standard call to check for call compatibility.
974: IF NOT FND_API.Compatible_API_Call ( l_api_version,
975: p_api_version,

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

969: BEGIN
970:
971: -- Standard Start of API savepoint
972: SAVEPOINT Update_RuleAttribute;
973: -- Standard call to check for call compatibility.
974: IF NOT FND_API.Compatible_API_Call ( l_api_version,
975: p_api_version,
976: l_api_name,
977: G_PKG_NAME )

Line 1244: -- Standard check of p_commit.

1240: END IF;
1241:
1242: -- End of API body.
1243:
1244: -- Standard check of p_commit.
1245: IF FND_API.To_Boolean( p_commit )
1246: THEN
1247: COMMIT WORK;
1248: END IF;

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

1256: x_ruleset_status_in => l_ruleset_status,
1257: x_org_id =>p_RuleAttribute_rec.org_id);
1258:
1259:
1260: -- Standard call to get message count and if count is 1, get message info.
1261: FND_MSG_PUB.Count_And_Get
1262: (p_count => x_msg_count,
1263: p_data => x_msg_data,
1264: p_encoded => fnd_api.g_false

Line 1383: -- Standard Start of API savepoint

1379: AND rule_id = p_rule_id;
1380:
1381: BEGIN
1382:
1383: -- Standard Start of API savepoint
1384: SAVEPOINT Delete_RuleAttribute;
1385: -- Standard call to check for call compatibility.
1386: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1387: p_api_version,

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

1381: BEGIN
1382:
1383: -- Standard Start of API savepoint
1384: SAVEPOINT Delete_RuleAttribute;
1385: -- Standard call to check for call compatibility.
1386: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1387: p_api_version,
1388: l_api_name,
1389: G_PKG_NAME )

Line 1488: -- Standard check of p_commit.

1484: x_org_id =>l_org_id);
1485:
1486: -- End of API body.
1487:
1488: -- Standard check of p_commit.
1489: IF FND_API.To_Boolean( p_commit )
1490: THEN
1491: COMMIT WORK;
1492: END IF;

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

1490: THEN
1491: COMMIT WORK;
1492: END IF;
1493:
1494: -- Standard call to get message count and if count is 1, get message info.
1495: FND_MSG_PUB.Count_And_Get
1496: (p_count => x_msg_count,
1497: p_data => x_msg_data,
1498: p_encoded => fnd_api.g_false