DBA Data[Home] [Help]

APPS.AHL_UC_POS_NECES_PVT dependencies on STANDARD

Line 26: -- Standard IN Parameters :

22: -- Function : List all the nodes in the unit configuration which are extra.
23: -- i.e. with no corresponding position reference
24: -- Pre-reqs :
25: --
26: -- Standard IN Parameters :
27: -- p_api_version IN NUMBER Required
28: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
29: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
30: -- Standard OUT Parameters :

Line 30: -- Standard OUT Parameters :

26: -- Standard IN Parameters :
27: -- p_api_version IN NUMBER Required
28: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
29: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
30: -- Standard OUT Parameters :
31: -- x_return_status OUT VARCHAR2 Required
32: -- x_msg_count OUT NUMBER Required
33: -- x_msg_data OUT VARCHAR2 Required
34: --

Line 146: -- Standard call to check for call compatibility

142: l_serial_number csi_item_instances.serial_number%TYPE;
143: --
144: BEGIN
145:
146: -- Standard call to check for call compatibility
147: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
148: G_PKG_NAME) THEN
149: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
150: END IF;

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

240: IF x_msg_count > 0 THEN
241: RAISE FND_API.G_EXC_ERROR;
242: END IF;
243:
244: -- Standard call to get message count and if count is 1, get message info
245: FND_MSG_PUB.Count_And_Get
246: ( p_count => x_msg_count,
247: p_data => x_msg_data,
248: p_encoded => fnd_api.g_false

Line 282: -- Standard IN Parameters :

278: -- Type : Private
279: -- Function : Checks if there are any extra nodes in a unit configuration.
280: -- Pre-reqs :
281: --
282: -- Standard IN Parameters :
283: -- p_api_version IN NUMBER Required
284: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
285: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
286: -- Standard OUT Parameters :

Line 286: -- Standard OUT Parameters :

282: -- Standard IN Parameters :
283: -- p_api_version IN NUMBER Required
284: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
285: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
286: -- Standard OUT Parameters :
287: -- x_return_status OUT VARCHAR2 Required
288: -- x_msg_count OUT NUMBER Required
289: -- x_msg_data OUT VARCHAR2 Required
290: --

Line 348: -- Standard call to check for call compatibility

344: --
345: BEGIN
346:
347:
348: -- Standard call to check for call compatibility
349: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
350: G_PKG_NAME) THEN
351: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
352: END IF;

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

388: IF x_msg_count > 0 THEN
389: RAISE FND_API.G_EXC_ERROR;
390: END IF;
391:
392: -- Standard call to get message count and if count is 1, get message info
393: FND_MSG_PUB.Count_And_Get
394: ( p_count => x_msg_count,
395: p_data => x_msg_data,
396: p_encoded => fnd_api.g_false

Line 429: -- Standard IN Parameters :

425: -- Function : List all the checks if the unit config has any missing
426: -- positions.
427: -- Pre-reqs :
428: --
429: -- Standard IN Parameters :
430: -- p_api_version IN NUMBER Required
431: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
432: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
433: -- Standard OUT Parameters :

Line 433: -- Standard OUT Parameters :

429: -- Standard IN Parameters :
430: -- p_api_version IN NUMBER Required
431: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
432: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
433: -- Standard OUT Parameters :
434: -- x_return_status OUT VARCHAR2 Required
435: -- x_msg_count OUT NUMBER Required
436: -- x_msg_data OUT VARCHAR2 Required
437: --

Line 538: -- Standard call to check for call compatibility

534: --
535: BEGIN
536:
537:
538: -- Standard call to check for call compatibility
539: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
540: G_PKG_NAME) THEN
541: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
542: END IF;

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

602: IF x_msg_count > 0 THEN
603: RAISE FND_API.G_EXC_ERROR;
604: END IF;
605:
606: -- Standard call to get message count and if count is 1, get message info
607: FND_MSG_PUB.Count_And_Get
608: ( p_count => x_msg_count,
609: p_data => x_msg_data,
610: p_encoded => fnd_api.g_false

Line 647: -- Standard IN Parameters :

643: -- Type : Private
644: -- Function : List all the mandatory positions that dont have instances mapped to it.
645: -- Pre-reqs :
646: --
647: -- Standard IN Parameters :
648: -- p_api_version IN NUMBER Required
649: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
650: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
651: -- Standard OUT Parameters :

Line 651: -- Standard OUT Parameters :

647: -- Standard IN Parameters :
648: -- p_api_version IN NUMBER Required
649: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
650: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
651: -- Standard OUT Parameters :
652: -- x_return_status OUT VARCHAR2 Required
653: -- x_msg_count OUT NUMBER Required
654: -- x_msg_data OUT VARCHAR2 Required
655: --

Line 769: -- Standard call to check for call compatibility

765: l_pos_ref_meaning fnd_lookups.meaning%TYPE;
766:
767: BEGIN
768:
769: -- Standard call to check for call compatibility
770: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
771: G_PKG_NAME) THEN
772: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
773: END IF;

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

885: IF x_msg_count > 0 THEN
886: RAISE FND_API.G_EXC_ERROR;
887: END IF;
888:
889: -- Standard call to get message count and if count is 1, get message info
890: FND_MSG_PUB.Count_And_Get
891: ( p_count => x_msg_count,
892: p_data => x_msg_data,
893: p_encoded => fnd_api.g_false

Line 1092: -- Standard IN Parameters :

1088: -- based on position may actually contradict the rule.
1089: --
1090: -- Pre-reqs
1091: --
1092: -- Standard IN Parameters :
1093: -- p_api_version IN NUMBER Required
1094: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
1095: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
1096: -- Standard OUT Parameters :

Line 1096: -- Standard OUT Parameters :

1092: -- Standard IN Parameters :
1093: -- p_api_version IN NUMBER Required
1094: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
1095: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
1096: -- Standard OUT Parameters :
1097: -- x_return_status OUT VARCHAR2 Required
1098: -- x_msg_count OUT NUMBER Required
1099: -- x_msg_data OUT VARCHAR2 Required
1100: --

Line 1241: -- Standard call to check for call compatibility

1237: 'At the start of the procedure, p_csi_instance_id = ' || p_csi_instance_id ||
1238: ', p_uc_header_id = ' || p_uc_header_id ||
1239: ', p_x_error_table.COUNT = ' || p_x_error_table.COUNT);
1240: END IF;
1241: -- Standard call to check for call compatibility
1242: IF NOT FND_API.Compatible_API_Call(L_API_VERSION, p_api_version, L_API_NAME,
1243: G_PKG_NAME) THEN
1244: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1245: END IF;

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

1386: 'At the end of the procedure, About to return x_evaluation_status as ' || x_evaluation_status ||
1387: ', p_x_error_table.COUNT = ' || p_x_error_table.COUNT);
1388: END IF;
1389:
1390: -- Standard call to get message count and if count is 1, get message info
1391: FND_MSG_PUB.Count_And_Get
1392: ( p_count => x_msg_count,
1393: p_data => x_msg_data,
1394: p_encoded => fnd_api.g_false

Line 1433: -- Standard IN Parameters :

1429: -- based on position may actually contradict the rule.
1430: --
1431: -- Pre-reqs
1432: --
1433: -- Standard IN Parameters :
1434: -- p_api_version IN NUMBER Required
1435: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
1436: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
1437: -- Standard OUT Parameters :

Line 1437: -- Standard OUT Parameters :

1433: -- Standard IN Parameters :
1434: -- p_api_version IN NUMBER Required
1435: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
1436: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
1437: -- Standard OUT Parameters :
1438: -- x_return_status OUT VARCHAR2 Required
1439: -- x_msg_count OUT NUMBER Required
1440: -- x_msg_data OUT VARCHAR2 Required
1441: --

Line 1574: -- Standard call to check for call compatibility

1570: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1571: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, L_DEBUG_KEY || '.begin',
1572: 'At the start of the procedure, p_uc_header_id = ' || p_uc_header_id);
1573: END IF;
1574: -- Standard call to check for call compatibility
1575: IF NOT FND_API.Compatible_API_Call(L_API_VERSION, p_api_version, L_API_NAME,
1576: G_PKG_NAME) THEN
1577: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1578: END IF;

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

1705: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, L_DEBUG_KEY || '.end',
1706: 'At the end of the procedure, About to return x_evaluation_status as ' || x_evaluation_status);
1707: END IF;
1708:
1709: -- Standard call to get message count and if count is 1, get message info
1710: FND_MSG_PUB.Count_And_Get
1711: ( p_count => x_msg_count,
1712: p_data => x_msg_data,
1713: p_encoded => fnd_api.g_false