DBA Data[Home] [Help]

APPS.AHL_UMP_PROCESSUNIT_PVT dependencies on STANDARD

Line 639: -- Standard OUT Parameters :

635: -- requirements on a unit.
636: -- Pre-reqs :
637: -- Parameters :
638: --
639: -- Standard OUT Parameters :
640: -- x_return_status OUT VARCHAR2 Required
641: -- x_msg_count OUT NUMBER Required
642: -- x_msg_data OUT VARCHAR2 Required
643: --

Line 684: -- Standard start of API savepoint

680: l_expired_flag VARCHAR2(1);
681:
682: BEGIN
683:
684: -- Standard start of API savepoint
685: SAVEPOINT Process_Unit_PVT;
686:
687: -- Initialize message list if p_init_msg_list is set to TRUE
688: IF FND_API.To_Boolean(p_init_msg_list) THEN

Line 952: -- Standard check of p_commit

948:
949: END IF;
950: */
951:
952: -- Standard check of p_commit
953: IF FND_API.TO_BOOLEAN(p_commit) THEN
954: COMMIT WORK;
955: END IF;
956:

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

958: IF (p_concurrent_flag = 'Y') THEN
959: fnd_file.put_line (FND_FILE.LOG, 'Message-Successfully processed:'||p_csi_item_instance_id);
960: END IF;
961:
962: -- Standard call to get message count and if count is 1, get message info
963: FND_MSG_PUB.Count_And_Get
964: ( p_count => x_msg_count,
965: p_data => x_msg_data,
966: p_encoded => fnd_api.g_false

Line 1292: -- Standard start of API savepoint

1288: l_end_date DATE;
1289: l_start_date DATE;
1290:
1291: BEGIN
1292: -- Standard start of API savepoint
1293: SAVEPOINT Process_PM_Contracts_PVT;
1294:
1295: -- Initialize message list if p_init_msg_list is set to TRUE
1296: IF FND_API.To_Boolean(p_init_msg_list) THEN

Line 1399: -- Standard check of p_commit

1395: IF (l_msg_count > 0 or x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1396: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1397: END IF;
1398:
1399: -- Standard check of p_commit
1400: IF FND_API.TO_BOOLEAN(p_commit) THEN
1401: COMMIT WORK;
1402: END IF;
1403:

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

1405: IF (p_concurrent_flag = 'Y') THEN
1406: fnd_file.put_line(fnd_file.log, 'Message-Successfully processed: contract Number '|| p_contract_number || ' and contract modifier' || p_contract_modifier);
1407: END IF;
1408:
1409: -- Standard call to get message count and if count is 1, get message info
1410: FND_MSG_PUB.Count_And_Get
1411: (
1412: p_count => x_msg_count,
1413: p_data => x_msg_data,

Line 2833: AND rule_code = 'STANDARD';

2829: CURSOR ahl_ctr_rule_csr ( p_relationship_id IN NUMBER) IS
2830: SELECT uom_code, ratio
2831: FROM ahl_ctr_update_rules
2832: WHERE relationship_id = p_relationship_id
2833: AND rule_code = 'STANDARD';
2834:
2835: -- traverse up the master configuration to top node.
2836: /* CURSOR ahl_master_config_csr (p_start_node_id IN NUMBER) IS
2837: SELECT relationship_id

Line 8136: -- Standard call to get message count.

8132: IF G_DEBUG = 'Y' THEN
8133: AHL_DEBUG_PUB.Debug('Start log error messages');
8134: END IF;
8135:
8136: -- Standard call to get message count.
8137: l_msg_count := FND_MSG_PUB.Count_Msg;
8138:
8139: FOR i IN 1..l_msg_count LOOP
8140: FND_MSG_PUB.get (

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

9819: END LOOP;
9820: END IF;
9821: x_due_date := l_calc_due_date;
9822:
9823: -- Standard call to get message count and if count is 1, get message info
9824: FND_MSG_PUB.Count_And_Get
9825: ( p_count => x_msg_count,
9826: p_data => x_msg_data,
9827: p_encoded => fnd_api.g_false

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

11555: ELSE
11556: x_counter_values_tbl := l_due_at_counter_val_tbl;
11557: END IF;
11558:
11559: -- Standard call to get message count and if count is 1, get message info
11560: FND_MSG_PUB.Count_And_Get
11561: ( p_count => x_msg_count,
11562: p_data => x_msg_data,
11563: p_encoded => fnd_api.g_false

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

14697: END LOOP;
14698: END IF;
14699: x_expiration_date := l_calc_due_date;
14700:
14701: -- Standard call to get message count and if count is 1, get message info
14702: FND_MSG_PUB.Count_And_Get
14703: ( p_count => x_msg_count,
14704: p_data => x_msg_data,
14705: p_encoded => fnd_api.g_false