DBA Data[Home] [Help]

APPS.CN_RULEATTRIBUTE_PUB dependencies on STANDARD

Line 83: -- Standard Start of API savepoint

79: l_ruleattribute_rec CN_RuleAttribute_PUB.RuleAttribute_rec_type;
80:
81: BEGIN
82:
83: -- Standard Start of API savepoint
84: SAVEPOINT Create_RuleAttribute;
85: -- Standard call to check for call compatibility.
86: IF NOT FND_API.Compatible_API_Call ( l_api_version,
87: p_api_version,

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

81: BEGIN
82:
83: -- Standard Start of API savepoint
84: SAVEPOINT Create_RuleAttribute;
85: -- Standard call to check for call compatibility.
86: IF NOT FND_API.Compatible_API_Call ( l_api_version,
87: p_api_version,
88: l_api_name,
89: G_PKG_NAME )

Line 419: -- Standard check of p_commit.

415: END IF;
416: END IF;
417:
418:
419: -- Standard check of p_commit.
420: IF FND_API.To_Boolean( p_commit )
421: THEN
422: COMMIT WORK;
423: END IF;

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

421: THEN
422: COMMIT WORK;
423: END IF;
424:
425: -- Standard call to get message count and if count is 1, get message info.
426: FND_MSG_PUB.Count_And_Get
427: (p_count => x_msg_count,
428: p_data => x_msg_data
429: );

Line 555: -- Standard Start of API savepoint

551: org_id=p_org_id;
552:
553: BEGIN
554:
555: -- Standard Start of API savepoint
556: SAVEPOINT Update_RuleAttribute;
557: -- Standard call to check for call compatibility.
558: IF NOT FND_API.Compatible_API_Call ( l_api_version,
559: p_api_version,

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

553: BEGIN
554:
555: -- Standard Start of API savepoint
556: SAVEPOINT Update_RuleAttribute;
557: -- Standard call to check for call compatibility.
558: IF NOT FND_API.Compatible_API_Call ( l_api_version,
559: p_api_version,
560: l_api_name,
561: G_PKG_NAME )

Line 1023: -- Standard check of p_commit.

1019: END IF;
1020: END IF;
1021:
1022:
1023: -- Standard check of p_commit.
1024: IF FND_API.To_Boolean( p_commit )
1025: THEN
1026: COMMIT WORK;
1027: END IF;

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

1025: THEN
1026: COMMIT WORK;
1027: END IF;
1028:
1029: -- Standard call to get message count and if count is 1, get message info.
1030: FND_MSG_PUB.Count_And_Get
1031: (p_count => x_msg_count,
1032: p_data => x_msg_data
1033: );

Line 1158: -- Standard Start of API savepoint

1154:
1155:
1156: BEGIN
1157:
1158: -- Standard Start of API savepoint
1159: SAVEPOINT Delete_RuleAttribute;
1160: -- Standard call to check for call compatibility.
1161: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1162: p_api_version,

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

1156: BEGIN
1157:
1158: -- Standard Start of API savepoint
1159: SAVEPOINT Delete_RuleAttribute;
1160: -- Standard call to check for call compatibility.
1161: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1162: p_api_version,
1163: l_api_name,
1164: G_PKG_NAME )

Line 1511: -- Standard check of p_commit.

1507: END IF;
1508: END IF;
1509:
1510:
1511: -- Standard check of p_commit.
1512: IF FND_API.To_Boolean( p_commit )
1513: THEN
1514: COMMIT WORK;
1515: END IF;

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

1513: THEN
1514: COMMIT WORK;
1515: END IF;
1516:
1517: -- Standard call to get message count and if count is 1, get message info.
1518: FND_MSG_PUB.Count_And_Get
1519: (p_count => x_msg_count,
1520: p_data => x_msg_data
1521: );