DBA Data[Home] [Help]

APPS.JTF_QUALIFIER_PVT dependencies on STANDARD

Line 564: l_qual_usgs_rec.display_type := 'STANDARD';

560: IF ( JTF_CTM_UTILITY_PVT.lookup_code_is_valid ( l_qual_usgs_rec.display_type
561: , 'DISPLAY_TYPE'
562: , 'FND_LOOKUPS') = FND_API.G_FALSE) THEN
563: l_return_variable := FND_API.G_FALSE;
564: l_qual_usgs_rec.display_type := 'STANDARD';
565: END IF;
566:
567: RETURN l_return_variable;
568:

Line 1168: -- Standard Start of API savepoint

1164: l_qualifier_used VARCHAR2(30);
1165:
1166: BEGIN
1167:
1168: -- Standard Start of API savepoint
1169: SAVEPOINT CREATE_QUALIFIER_PVT;
1170:
1171: -- Standard call to check for call compatability
1172: IF NOT FND_API.Compatible_API_Call ( l_api_version,

Line 1171: -- Standard call to check for call compatability

1167:
1168: -- Standard Start of API savepoint
1169: SAVEPOINT CREATE_QUALIFIER_PVT;
1170:
1171: -- Standard call to check for call compatability
1172: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1173: p_api_version,
1174: l_api_name,
1175: G_PKG_NAME)

Line 1318: -- Standard check of p_commit.

1314: FND_MESSAGE.Set_Token('ROW', 'JTF_QUALIFIER', TRUE);
1315: FND_MSG_PUB.Add;
1316: END IF;
1317:
1318: -- Standard check of p_commit.
1319: IF FND_API.To_Boolean ( p_commit )
1320: THEN
1321: COMMIT WORK;
1322: END IF;

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

1327: FND_MESSAGE.Set_Name('JTF', 'PVT Create Qual API: End');
1328: FND_MSG_PUB.Add;
1329: END IF;
1330:
1331: -- Standard call to get message count and if count is 1, get message info.
1332: FND_MSG_PUB.Count_And_Get
1333: ( p_count => x_msg_count,
1334: p_data => x_msg_data
1335: );

Line 1441: -- Standard Start of API savepoint

1437:
1438: BEGIN
1439:
1440:
1441: -- Standard Start of API savepoint
1442: SAVEPOINT UPDATE_QUALIFIER_PVT;
1443:
1444: -- Standard call to check for call compatability
1445: IF NOT FND_API.Compatible_API_Call ( l_api_version,

Line 1444: -- Standard call to check for call compatability

1440:
1441: -- Standard Start of API savepoint
1442: SAVEPOINT UPDATE_QUALIFIER_PVT;
1443:
1444: -- Standard call to check for call compatability
1445: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1446: p_api_version,
1447: l_api_name,
1448: G_PKG_NAME)

Line 1582: -- Standard check of p_commit.

1578: END IF;
1579:
1580:
1581:
1582: -- Standard check of p_commit.
1583: IF FND_API.To_Boolean ( p_commit )
1584: THEN
1585: COMMIT WORK;
1586: END IF;

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

1591: FND_MESSAGE.Set_Name('JTF', 'PVT Update Qual API: End');
1592: FND_MSG_PUB.Add;
1593: END IF;
1594:
1595: -- Standard call to get message count and if count is 1, get message info.
1596: FND_MSG_PUB.Count_And_Get
1597: ( p_count => x_msg_count,
1598: p_data => x_msg_data
1599: );

Line 1699: -- Standard Start of API savepoint

1695:
1696:
1697:
1698:
1699: -- Standard Start of API savepoint
1700: SAVEPOINT DELETE_QUALIFIER_PVT;
1701:
1702: -- Standard call to check for call compatability
1703: IF NOT FND_API.Compatible_API_Call ( l_api_version,

Line 1702: -- Standard call to check for call compatability

1698:
1699: -- Standard Start of API savepoint
1700: SAVEPOINT DELETE_QUALIFIER_PVT;
1701:
1702: -- Standard call to check for call compatability
1703: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1704: p_api_version,
1705: l_api_name,
1706: G_PKG_NAME)

Line 1816: -- Standard check of p_commit.

1812: FND_MESSAGE.Set_Token('ROW', 'JTF_QUALIFIER', TRUE);
1813: FND_MSG_PUB.Add;
1814: END IF;
1815:
1816: -- Standard check of p_commit.
1817: IF FND_API.To_Boolean ( p_commit )
1818: THEN
1819: COMMIT WORK;
1820: END IF;

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

1825: FND_MESSAGE.Set_Name('JTF', 'PVT Delete Qual API: End');
1826: FND_MSG_PUB.Add;
1827: END IF;
1828:
1829: -- Standard call to get message count and if count is 1, get message info.
1830: FND_MSG_PUB.Count_And_Get
1831: ( p_count => x_msg_count,
1832: p_data => x_msg_data
1833: );