DBA Data[Home] [Help]

APPS.JTF_QUALIFIER_PVT dependencies on STANDARD

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

569: IF ( JTF_CTM_UTILITY_PVT.lookup_code_is_valid ( l_qual_usgs_rec.display_type
570: , 'DISPLAY_TYPE'
571: , 'FND_LOOKUPS') = FND_API.G_FALSE) THEN
572: l_return_variable := FND_API.G_FALSE;
573: l_qual_usgs_rec.display_type := 'STANDARD';
574: END IF;
575:
576: RETURN l_return_variable;
577:

Line 1177: -- Standard Start of API savepoint

1173: l_qualifier_used VARCHAR2(30);
1174:
1175: BEGIN
1176:
1177: -- Standard Start of API savepoint
1178: SAVEPOINT CREATE_QUALIFIER_PVT;
1179:
1180: -- Standard call to check for call compatability
1181: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

1176:
1177: -- Standard Start of API savepoint
1178: SAVEPOINT CREATE_QUALIFIER_PVT;
1179:
1180: -- Standard call to check for call compatability
1181: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1182: p_api_version,
1183: l_api_name,
1184: G_PKG_NAME)

Line 1327: -- Standard check of p_commit.

1323: FND_MESSAGE.Set_Token('ROW', 'JTF_QUALIFIER', TRUE);
1324: FND_MSG_PUB.Add;
1325: END IF;
1326:
1327: -- Standard check of p_commit.
1328: IF FND_API.To_Boolean ( p_commit )
1329: THEN
1330: COMMIT WORK;
1331: END IF;

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

1336: FND_MESSAGE.Set_Name('JTF', 'PVT Create Qual API: End');
1337: FND_MSG_PUB.Add;
1338: END IF;
1339:
1340: -- Standard call to get message count and if count is 1, get message info.
1341: FND_MSG_PUB.Count_And_Get
1342: ( p_count => x_msg_count,
1343: p_data => x_msg_data
1344: );

Line 1450: -- Standard Start of API savepoint

1446:
1447: BEGIN
1448:
1449:
1450: -- Standard Start of API savepoint
1451: SAVEPOINT UPDATE_QUALIFIER_PVT;
1452:
1453: -- Standard call to check for call compatability
1454: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

1449:
1450: -- Standard Start of API savepoint
1451: SAVEPOINT UPDATE_QUALIFIER_PVT;
1452:
1453: -- Standard call to check for call compatability
1454: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1455: p_api_version,
1456: l_api_name,
1457: G_PKG_NAME)

Line 1591: -- Standard check of p_commit.

1587: END IF;
1588:
1589:
1590:
1591: -- Standard check of p_commit.
1592: IF FND_API.To_Boolean ( p_commit )
1593: THEN
1594: COMMIT WORK;
1595: END IF;

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

1600: FND_MESSAGE.Set_Name('JTF', 'PVT Update Qual API: End');
1601: FND_MSG_PUB.Add;
1602: END IF;
1603:
1604: -- Standard call to get message count and if count is 1, get message info.
1605: FND_MSG_PUB.Count_And_Get
1606: ( p_count => x_msg_count,
1607: p_data => x_msg_data
1608: );

Line 1708: -- Standard Start of API savepoint

1704:
1705:
1706:
1707:
1708: -- Standard Start of API savepoint
1709: SAVEPOINT DELETE_QUALIFIER_PVT;
1710:
1711: -- Standard call to check for call compatability
1712: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

1707:
1708: -- Standard Start of API savepoint
1709: SAVEPOINT DELETE_QUALIFIER_PVT;
1710:
1711: -- Standard call to check for call compatability
1712: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1713: p_api_version,
1714: l_api_name,
1715: G_PKG_NAME)

Line 1825: -- Standard check of p_commit.

1821: FND_MESSAGE.Set_Token('ROW', 'JTF_QUALIFIER', TRUE);
1822: FND_MSG_PUB.Add;
1823: END IF;
1824:
1825: -- Standard check of p_commit.
1826: IF FND_API.To_Boolean ( p_commit )
1827: THEN
1828: COMMIT WORK;
1829: END IF;

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

1834: FND_MESSAGE.Set_Name('JTF', 'PVT Delete Qual API: End');
1835: FND_MSG_PUB.Add;
1836: END IF;
1837:
1838: -- Standard call to get message count and if count is 1, get message info.
1839: FND_MSG_PUB.Count_And_Get
1840: ( p_count => x_msg_count,
1841: p_data => x_msg_data
1842: );