DBA Data[Home] [Help]

APPS.HZ_CLASSIFICATION_V2PUB dependencies on STANDARD

Line 1428: -- standard start of API savepoint

1424: l_class_cat_rec CLASS_CATEGORY_REC_TYPE:= p_class_category_rec;
1425:
1426: BEGIN
1427:
1428: -- standard start of API savepoint
1429: SAVEPOINT create_class_category;
1430:
1431: -- initialize message list if p_init_msg_list is set to TRUE.
1432: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 1455: -- standard call to get message count and if count is 1, get message info.

1451: END IF;
1452:
1453: END IF;
1454:
1455: -- standard call to get message count and if count is 1, get message info.
1456: FND_MSG_PUB.Count_And_Get(
1457: p_encoded => FND_API.G_FALSE,
1458: p_count => x_msg_count,
1459: p_data => x_msg_data);

Line 1536: -- standard start of API savepoint

1532: l_old_class_cat_rec CLASS_CATEGORY_REC_TYPE;
1533:
1534: BEGIN
1535:
1536: -- standard start of API savepoint
1537: SAVEPOINT update_class_category;
1538:
1539: -- initialize message list if p_init_msg_list is set to TRUE.
1540: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 1579: -- standard call to get message count and if count is 1, get message info.

1575: END IF;
1576:
1577: END IF;
1578:
1579: -- standard call to get message count and if count is 1, get message info.
1580: FND_MSG_PUB.Count_And_Get(
1581: p_encoded => FND_API.G_FALSE,
1582: p_count => x_msg_count,
1583: p_data => x_msg_data);

Line 1658: -- standard start of API savepoint

1654: l_class_code_rel_rec CLASS_CODE_RELATION_REC_TYPE := p_class_code_relation_rec;
1655:
1656: BEGIN
1657:
1658: -- standard start of API savepoint
1659: SAVEPOINT create_class_code_relation;
1660:
1661: -- initialize message list if p_init_msg_list is set to TRUE.
1662: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 1684: -- standard call to get message count and if count is 1, get message info.

1680: END IF;
1681:
1682: END IF;
1683:
1684: -- standard call to get message count and if count is 1, get message info.
1685: FND_MSG_PUB.Count_And_Get(
1686: p_encoded => FND_API.G_FALSE,
1687: p_count => x_msg_count,
1688: p_data => x_msg_data);

Line 1765: -- standard start of API savepoint

1761: l_old_class_code_rel_rec CLASS_CODE_RELATION_REC_TYPE;
1762:
1763: BEGIN
1764:
1765: -- standard start of API savepoint
1766: SAVEPOINT update_class_code_relation;
1767:
1768: -- initialize message list if p_init_msg_list is set to TRUE.
1769: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 1811: -- standard call to get message count and if count is 1, get message info.

1807: END IF;
1808:
1809: END IF;
1810:
1811: -- standard call to get message count and if count is 1, get message info.
1812: FND_MSG_PUB.Count_And_Get(
1813: p_encoded => FND_API.G_FALSE,
1814: p_count => x_msg_count,
1815: p_data => x_msg_data);

Line 1903: -- standard start of API savepoint

1899: l_is_datasource_selected VARCHAR2(1);
1900:
1901: BEGIN
1902:
1903: -- standard start of API savepoint
1904: SAVEPOINT create_code_assignment;
1905:
1906: -- initialize message list if p_init_msg_list is set to TRUE.
1907: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 1949: -- standard call to get message count and if count is 1, get message info.

1945: p_code_assignment_id => x_code_assignment_id);
1946: END IF;
1947: END IF;
1948:
1949: -- standard call to get message count and if count is 1, get message info.
1950: FND_MSG_PUB.Count_And_Get(
1951: p_encoded => FND_API.G_FALSE,
1952: p_count => x_msg_count,
1953: p_data => x_msg_data);

Line 2035: -- standard start of API savepoint

2031: l_test_security VARCHAR2(1):= 'F';
2032:
2033: BEGIN
2034:
2035: -- standard start of API savepoint
2036: SAVEPOINT update_code_assignment;
2037:
2038: -- initialize message list if p_init_msg_list is set to TRUE.
2039: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 2124: -- standard call to get message count and if count is 1, get message info.

2120: END IF;
2121: END IF;
2122:
2123: HZ_UTILITY_V2PUB.G_UPDATE_ACS := NULL;
2124: -- standard call to get message count and if count is 1, get message info.
2125: FND_MSG_PUB.Count_And_Get(
2126: p_encoded => FND_API.G_FALSE,
2127: p_count => x_msg_count,
2128: p_data => x_msg_data);

Line 2236: --Standard start of API savepoint

2232:
2233: --FOR UPDATE OF end_date_active;
2234:
2235: BEGIN
2236: --Standard start of API savepoint
2237: SAVEPOINT set_primary_code_assign;
2238:
2239: --Initialize message list if p_init_msg_list is set to TRUE.
2240: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

2325: -- already created, skip the call
2326: NULL;
2327: END IF;
2328:
2329: --Standard call to get message count and if count is 1, get message info.
2330: FND_MSG_PUB.Count_And_Get(
2331: p_encoded => FND_API.G_FALSE,
2332: p_count => x_msg_count,
2333: p_data => x_msg_data);

Line 2407: -- standard save point

2403: l_class_category_use_rec CLASS_CATEGORY_USE_REC_TYPE := p_class_category_use_rec;
2404:
2405: BEGIN
2406:
2407: -- standard save point
2408: SAVEPOINT create_class_category_use;
2409:
2410: -- initialize message list if p_init_msg_list is TRUE
2411: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 2434: -- standard Call to get message count and if count is 1 get message info.

2430: END IF;
2431:
2432: END IF;
2433:
2434: -- standard Call to get message count and if count is 1 get message info.
2435: FND_MSG_PUB.count_and_get(
2436: p_encoded => fnd_api.g_false,
2437: p_count => x_msg_count,
2438: p_data => x_msg_data );

Line 2515: -- standard start of API savepoint

2511: l_old_class_cat_use_rec CLASS_CATEGORY_USE_REC_TYPE;
2512:
2513: BEGIN
2514:
2515: -- standard start of API savepoint
2516: SAVEPOINT update_class_category_use;
2517:
2518: -- initialize message list if p_init_msg_list is set to TRUE.
2519: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 2559: -- standard call to get message count and if count is 1, get message info.

2555: END IF;
2556:
2557: END IF;
2558:
2559: -- standard call to get message count and if count is 1, get message info.
2560: FND_MSG_PUB.Count_And_Get(
2561: p_encoded => FND_API.G_FALSE,
2562: p_count => x_msg_count,
2563: p_data => x_msg_data);

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

2851: X_APPLICATION_ID => x_class_category_rec.application_id,
2852: X_DELIMITER => x_class_category_rec.delimiter
2853: );
2854:
2855: --Standard call to get message count and if count is 1, get message info.
2856: FND_MSG_PUB.Count_And_Get(
2857: p_encoded => FND_API.G_FALSE,
2858: p_count => x_msg_count,
2859: p_data => x_msg_data );

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

2970: X_CREATED_BY_MODULE => x_class_category_use_rec.created_by_module,
2971: X_APPLICATION_ID => x_class_category_use_rec.application_id
2972: );
2973:
2974: --Standard call to get message count and if count is 1, get message info.
2975: FND_MSG_PUB.Count_And_Get(
2976: p_encoded => FND_API.G_FALSE,
2977: p_count => x_msg_count,
2978: p_data => x_msg_data );

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

3112: X_CREATED_BY_MODULE => x_class_code_relation_rec.created_by_module,
3113: X_APPLICATION_ID => x_class_code_relation_rec.application_id
3114: );
3115:
3116: --Standard call to get message count and if count is 1, get message info.
3117: FND_MSG_PUB.Count_And_Get(
3118: p_encoded => FND_API.G_FALSE,
3119: p_count => x_msg_count,
3120: p_data => x_msg_data );

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

3238: X_ACTUAL_CONTENT_SOURCE => x_code_assignment_rec.actual_content_source
3239:
3240: );
3241:
3242: --Standard call to get message count and if count is 1, get message info.
3243: FND_MSG_PUB.Count_And_Get(
3244: p_encoded => FND_API.G_FALSE,
3245: p_count => x_msg_count,
3246: p_data => x_msg_data );