DBA Data[Home] [Help]

APPS.AHL_UMP_PROCESSUNIT_PVT dependencies on STANDARD

Line 527: -- Standard OUT Parameters :

523: -- requirements on a unit.
524: -- Pre-reqs :
525: -- Parameters :
526: --
527: -- Standard OUT Parameters :
528: -- x_return_status OUT VARCHAR2 Required
529: -- x_msg_count OUT NUMBER Required
530: -- x_msg_data OUT VARCHAR2 Required
531: --

Line 568: -- Standard start of API savepoint

564: l_ret_code VARCHAR2(30);
565:
566: BEGIN
567:
568: -- Standard start of API savepoint
569: SAVEPOINT Process_Unit_PVT;
570:
571: -- Initialize message list if p_init_msg_list is set to TRUE
572: IF FND_API.To_Boolean(p_init_msg_list) THEN

Line 784: -- Standard check of p_commit

780:
781: END IF;
782: */
783:
784: -- Standard check of p_commit
785: IF FND_API.TO_BOOLEAN(p_commit) THEN
786: COMMIT WORK;
787: END IF;
788:

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

790: IF (p_concurrent_flag = 'Y') THEN
791: fnd_file.put_line (FND_FILE.LOG, 'Message-Successfully processed:'||p_csi_item_instance_id);
792: END IF;
793:
794: -- Standard call to get message count and if count is 1, get message info
795: FND_MSG_PUB.Count_And_Get
796: ( p_count => x_msg_count,
797: p_data => x_msg_data,
798: p_encoded => fnd_api.g_false

Line 1105: -- Standard start of API savepoint

1101: l_end_date DATE;
1102: l_start_date DATE;
1103:
1104: BEGIN
1105: -- Standard start of API savepoint
1106: SAVEPOINT Process_PM_Contracts_PVT;
1107:
1108: -- Initialize message list if p_init_msg_list is set to TRUE
1109: IF FND_API.To_Boolean(p_init_msg_list) THEN

Line 1212: -- Standard check of p_commit

1208: IF (l_msg_count > 0 or x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1209: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1210: END IF;
1211:
1212: -- Standard check of p_commit
1213: IF FND_API.TO_BOOLEAN(p_commit) THEN
1214: COMMIT WORK;
1215: END IF;
1216:

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

1218: IF (p_concurrent_flag = 'Y') THEN
1219: fnd_file.put_line(fnd_file.log, 'Message-Successfully processed: contract Number '|| p_contract_number || ' and contract modifier' || p_contract_modifier);
1220: END IF;
1221:
1222: -- Standard call to get message count and if count is 1, get message info
1223: FND_MSG_PUB.Count_And_Get
1224: (
1225: p_count => x_msg_count,
1226: p_data => x_msg_data,

Line 2204: AND rule_code = 'STANDARD';

2200: CURSOR ahl_ctr_rule_csr ( p_relationship_id IN NUMBER) IS
2201: SELECT uom_code, ratio
2202: FROM ahl_ctr_update_rules
2203: WHERE relationship_id = p_relationship_id
2204: AND rule_code = 'STANDARD';
2205:
2206: -- traverse up the master configuration to top node.
2207: /* CURSOR ahl_master_config_csr (p_start_node_id IN NUMBER) IS
2208: SELECT relationship_id

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

6662: IF G_DEBUG = 'Y' THEN
6663: AHL_DEBUG_PUB.Debug('Start log error messages');
6664: END IF;
6665:
6666: -- Standard call to get message count.
6667: l_msg_count := FND_MSG_PUB.Count_Msg;
6668:
6669: FOR i IN 1..l_msg_count LOOP
6670: FND_MSG_PUB.get (

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

8333: END LOOP;
8334: END IF;
8335: x_due_date := l_calc_due_date;
8336:
8337: -- Standard call to get message count and if count is 1, get message info
8338: FND_MSG_PUB.Count_And_Get
8339: ( p_count => x_msg_count,
8340: p_data => x_msg_data,
8341: p_encoded => fnd_api.g_false

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

9946: ELSE
9947: x_counter_values_tbl := l_due_at_counter_val_tbl;
9948: END IF;
9949:
9950: -- Standard call to get message count and if count is 1, get message info
9951: FND_MSG_PUB.Count_And_Get
9952: ( p_count => x_msg_count,
9953: p_data => x_msg_data,
9954: p_encoded => fnd_api.g_false