DBA Data[Home] [Help]

APPS.HZ_CLASSIFICATION_V2PUB dependencies on STANDARD

Line 1402: -- standard start of API savepoint

1398: l_class_cat_rec CLASS_CATEGORY_REC_TYPE:= p_class_category_rec;
1399:
1400: BEGIN
1401:
1402: -- standard start of API savepoint
1403: SAVEPOINT create_class_category;
1404:
1405: -- initialize message list if p_init_msg_list is set to TRUE.
1406: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

1425: END IF;
1426:
1427: END IF;
1428:
1429: -- standard call to get message count and if count is 1, get message info.
1430: FND_MSG_PUB.Count_And_Get(
1431: p_encoded => FND_API.G_FALSE,
1432: p_count => x_msg_count,
1433: p_data => x_msg_data);

Line 1510: -- standard start of API savepoint

1506: l_old_class_cat_rec CLASS_CATEGORY_REC_TYPE;
1507:
1508: BEGIN
1509:
1510: -- standard start of API savepoint
1511: SAVEPOINT update_class_category;
1512:
1513: -- initialize message list if p_init_msg_list is set to TRUE.
1514: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

1549: END IF;
1550:
1551: END IF;
1552:
1553: -- standard call to get message count and if count is 1, get message info.
1554: FND_MSG_PUB.Count_And_Get(
1555: p_encoded => FND_API.G_FALSE,
1556: p_count => x_msg_count,
1557: p_data => x_msg_data);

Line 1632: -- standard start of API savepoint

1628: l_class_code_rel_rec CLASS_CODE_RELATION_REC_TYPE := p_class_code_relation_rec;
1629:
1630: BEGIN
1631:
1632: -- standard start of API savepoint
1633: SAVEPOINT create_class_code_relation;
1634:
1635: -- initialize message list if p_init_msg_list is set to TRUE.
1636: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

1654: END IF;
1655:
1656: END IF;
1657:
1658: -- standard call to get message count and if count is 1, get message info.
1659: FND_MSG_PUB.Count_And_Get(
1660: p_encoded => FND_API.G_FALSE,
1661: p_count => x_msg_count,
1662: p_data => x_msg_data);

Line 1739: -- standard start of API savepoint

1735: l_old_class_code_rel_rec CLASS_CODE_RELATION_REC_TYPE;
1736:
1737: BEGIN
1738:
1739: -- standard start of API savepoint
1740: SAVEPOINT update_class_code_relation;
1741:
1742: -- initialize message list if p_init_msg_list is set to TRUE.
1743: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

1781: END IF;
1782:
1783: END IF;
1784:
1785: -- standard call to get message count and if count is 1, get message info.
1786: FND_MSG_PUB.Count_And_Get(
1787: p_encoded => FND_API.G_FALSE,
1788: p_count => x_msg_count,
1789: p_data => x_msg_data);

Line 1877: -- standard start of API savepoint

1873: l_is_datasource_selected VARCHAR2(1);
1874:
1875: BEGIN
1876:
1877: -- standard start of API savepoint
1878: SAVEPOINT create_code_assignment;
1879:
1880: -- initialize message list if p_init_msg_list is set to TRUE.
1881: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

1919: p_code_assignment_id => x_code_assignment_id);
1920: END IF;
1921: END IF;
1922:
1923: -- standard call to get message count and if count is 1, get message info.
1924: FND_MSG_PUB.Count_And_Get(
1925: p_encoded => FND_API.G_FALSE,
1926: p_count => x_msg_count,
1927: p_data => x_msg_data);

Line 2009: -- standard start of API savepoint

2005: l_test_security VARCHAR2(1):= 'F';
2006:
2007: BEGIN
2008:
2009: -- standard start of API savepoint
2010: SAVEPOINT update_code_assignment;
2011:
2012: -- initialize message list if p_init_msg_list is set to TRUE.
2013: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

2094: END IF;
2095: END IF;
2096:
2097: HZ_UTILITY_V2PUB.G_UPDATE_ACS := NULL;
2098: -- standard call to get message count and if count is 1, get message info.
2099: FND_MSG_PUB.Count_And_Get(
2100: p_encoded => FND_API.G_FALSE,
2101: p_count => x_msg_count,
2102: p_data => x_msg_data);

Line 2210: --Standard start of API savepoint

2206:
2207: --FOR UPDATE OF end_date_active;
2208:
2209: BEGIN
2210: --Standard start of API savepoint
2211: SAVEPOINT set_primary_code_assign;
2212:
2213: --Initialize message list if p_init_msg_list is set to TRUE.
2214: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

2299: -- already created, skip the call
2300: NULL;
2301: END IF;
2302:
2303: --Standard call to get message count and if count is 1, get message info.
2304: FND_MSG_PUB.Count_And_Get(
2305: p_encoded => FND_API.G_FALSE,
2306: p_count => x_msg_count,
2307: p_data => x_msg_data);

Line 2381: -- standard save point

2377: l_class_category_use_rec CLASS_CATEGORY_USE_REC_TYPE := p_class_category_use_rec;
2378:
2379: BEGIN
2380:
2381: -- standard save point
2382: SAVEPOINT create_class_category_use;
2383:
2384: -- initialize message list if p_init_msg_list is TRUE
2385: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

2404: END IF;
2405:
2406: END IF;
2407:
2408: -- standard Call to get message count and if count is 1 get message info.
2409: FND_MSG_PUB.count_and_get(
2410: p_encoded => fnd_api.g_false,
2411: p_count => x_msg_count,
2412: p_data => x_msg_data );

Line 2489: -- standard start of API savepoint

2485: l_old_class_cat_use_rec CLASS_CATEGORY_USE_REC_TYPE;
2486:
2487: BEGIN
2488:
2489: -- standard start of API savepoint
2490: SAVEPOINT update_class_category_use;
2491:
2492: -- initialize message list if p_init_msg_list is set to TRUE.
2493: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

2529: END IF;
2530:
2531: END IF;
2532:
2533: -- standard call to get message count and if count is 1, get message info.
2534: FND_MSG_PUB.Count_And_Get(
2535: p_encoded => FND_API.G_FALSE,
2536: p_count => x_msg_count,
2537: p_data => x_msg_data);

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

2825: X_APPLICATION_ID => x_class_category_rec.application_id,
2826: X_DELIMITER => x_class_category_rec.delimiter
2827: );
2828:
2829: --Standard call to get message count and if count is 1, get message info.
2830: FND_MSG_PUB.Count_And_Get(
2831: p_encoded => FND_API.G_FALSE,
2832: p_count => x_msg_count,
2833: p_data => x_msg_data );

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

2944: X_CREATED_BY_MODULE => x_class_category_use_rec.created_by_module,
2945: X_APPLICATION_ID => x_class_category_use_rec.application_id
2946: );
2947:
2948: --Standard call to get message count and if count is 1, get message info.
2949: FND_MSG_PUB.Count_And_Get(
2950: p_encoded => FND_API.G_FALSE,
2951: p_count => x_msg_count,
2952: p_data => x_msg_data );

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

3086: X_CREATED_BY_MODULE => x_class_code_relation_rec.created_by_module,
3087: X_APPLICATION_ID => x_class_code_relation_rec.application_id
3088: );
3089:
3090: --Standard call to get message count and if count is 1, get message info.
3091: FND_MSG_PUB.Count_And_Get(
3092: p_encoded => FND_API.G_FALSE,
3093: p_count => x_msg_count,
3094: p_data => x_msg_data );

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

3212: X_ACTUAL_CONTENT_SOURCE => x_code_assignment_rec.actual_content_source
3213:
3214: );
3215:
3216: --Standard call to get message count and if count is 1, get message info.
3217: FND_MSG_PUB.Count_And_Get(
3218: p_encoded => FND_API.G_FALSE,
3219: p_count => x_msg_count,
3220: p_data => x_msg_data );