DBA Data[Home] [Help]

APPS.EC_CODE_CONVERSION_PVT dependencies on STANDARD

Line 169: -- Standard Start of API savepoint

165: EC_DEBUG.PL(3, 'p_Ext_val3: ',p_Ext_val3);
166: EC_DEBUG.PL(3, 'p_Ext_val4: ',p_Ext_val4);
167: EC_DEBUG.PL(3, 'p_Ext_val5: ',p_Ext_val5);
168: end if;
169: -- Standard Start of API savepoint
170: -- SAVEPOINT Convert_from_ext_to_int_PVT;
171:
172: -- Standard call to check for call compatibility.
173: IF NOT FND_API.Compatible_API_Call

Line 172: -- Standard call to check for call compatibility.

168: end if;
169: -- Standard Start of API savepoint
170: -- SAVEPOINT Convert_from_ext_to_int_PVT;
171:
172: -- Standard call to check for call compatibility.
173: IF NOT FND_API.Compatible_API_Call
174: (l_api_version_number,
175: p_api_version_number,
176: l_api_name, G_PKG_NAME) THEN

Line 349: -- Standard check of p_simulate and p_commit parameters

345: CLOSE match_global;
346: END IF;
347:
348: -- *******************************************************
349: -- Standard check of p_simulate and p_commit parameters
350: -- *******************************************************
351: /*
352: IF FND_API.To_Boolean(p_simulate) THEN
353: ROLLBACK TO Convert_from_ext_to_int_PVT;

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

374:
375: end if;
376:
377:
378: -- Standard call to get message count and if count is 1, get message info.
379: FND_MSG_PUB.Count_And_Get(p_count => p_msg_count,
380: p_data => p_msg_data);
381:
382: if EC_DEBUG.G_debug_level >= 2 then

Line 575: -- Standard Start of API savepoint

571: EC_DEBUG.PL(3, 'p_Key4: ',p_Key4);
572: EC_DEBUG.PL(3, 'p_Key5: ',p_Key5);
573: EC_DEBUG.PL(3, 'p_Int_val: ',p_Int_val);
574: end if;
575: -- Standard Start of API savepoint
576: -- SAVEPOINT Convert_from_int_to_ext_PVT;
577:
578: -- Standard call to check for call compatibility.
579: IF NOT FND_API.Compatible_API_Call

Line 578: -- Standard call to check for call compatibility.

574: end if;
575: -- Standard Start of API savepoint
576: -- SAVEPOINT Convert_from_int_to_ext_PVT;
577:
578: -- Standard call to check for call compatibility.
579: IF NOT FND_API.Compatible_API_Call
580: (l_api_version_number,
581: p_api_version_number,
582: l_api_name,

Line 804: -- Standard check of p_simulate and p_commit parameters

800: end if;
801: end if;
802:
803: -- *******************************************************
804: -- Standard check of p_simulate and p_commit parameters
805: -- *******************************************************
806: /*
807: IF FND_API.To_Boolean(p_simulate) THEN
808: ROLLBACK TO Convert_from_int_to_ext_PVT;

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

809: ELSIF FND_API.To_Boolean(p_commit) THEN
810: COMMIT WORK;
811: END IF;
812: */
813: -- Standard call to get message count and if count is 1, get message info.
814: FND_MSG_PUB.Count_And_Get(p_count => p_msg_count,p_data => p_msg_data);
815:
816: if EC_DEBUG.G_debug_level >= 2 then
817: EC_DEBUG.POP('EC_Code_Conversion_PVT.Convert_from_int_to_ext');

Line 911: -- Standard Start of API savepoint

907: EC_DEBUG.PL(3, 'p_simulate: ',p_simulate);
908: EC_DEBUG.PL(3, 'p_commit: ',p_commit);
909: EC_DEBUG.PL(3, 'p_validation_level: ',p_validation_level);
910: end if;
911: -- Standard Start of API savepoint
912: SAVEPOINT populate_plsql_tbl_PVT;
913:
914: -- Standard call to check for call compatibility.
915: IF NOT FND_API.Compatible_API_Call

Line 914: -- Standard call to check for call compatibility.

910: end if;
911: -- Standard Start of API savepoint
912: SAVEPOINT populate_plsql_tbl_PVT;
913:
914: -- Standard call to check for call compatibility.
915: IF NOT FND_API.Compatible_API_Call
916: (l_api_version_number,
917: p_api_version_number,
918: l_api_name,

Line 1168: -- Standard check of p_simulate and p_commit parameters

1164: END IF;
1165: END LOOP;
1166:
1167: -- *******************************************************
1168: -- Standard check of p_simulate and p_commit parameters
1169: -- *******************************************************
1170: IF FND_API.To_Boolean(p_simulate) THEN
1171: ROLLBACK TO populate_plsql_tbl_PVT;
1172: ELSIF FND_API.To_Boolean(p_commit) THEN

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

1172: ELSIF FND_API.To_Boolean(p_commit) THEN
1173: COMMIT WORK;
1174: END IF;
1175:
1176: -- Standard call to get message count and if count is 1, get message info.
1177: FND_MSG_PUB.Count_And_Get(p_count => p_msg_count,
1178: p_data => p_msg_data);
1179:
1180: if l_return_status = EC_Code_Conversion_PVT.G_XREF_NOT_FOUND

Line 1280: -- Standard Start of API savepoint

1276: EC_DEBUG.PL(3, 'p_simulate: ',p_simulate);
1277: EC_DEBUG.PL(3, 'p_commit: ',p_commit);
1278: EC_DEBUG.PL(3, 'p_validation_level: ',p_validation_level);
1279: end if;
1280: -- Standard Start of API savepoint
1281: SAVEPOINT populate_plsql_tbl_PVT;
1282:
1283: -- Standard call to check for call compatibility.
1284: IF NOT FND_API.Compatible_API_Call

Line 1283: -- Standard call to check for call compatibility.

1279: end if;
1280: -- Standard Start of API savepoint
1281: SAVEPOINT populate_plsql_tbl_PVT;
1282:
1283: -- Standard call to check for call compatibility.
1284: IF NOT FND_API.Compatible_API_Call
1285: (l_api_version_number,
1286: p_api_version_number,
1287: l_api_name,

Line 1561: -- Standard check of p_simulate and p_commit parameters

1557: END IF;
1558: END LOOP;
1559:
1560: -- *******************************************************
1561: -- Standard check of p_simulate and p_commit parameters
1562: -- *******************************************************
1563: IF FND_API.To_Boolean(p_simulate) THEN
1564: ROLLBACK TO populate_plsql_tbl_PVT;
1565: ELSIF FND_API.To_Boolean(p_commit) THEN

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

1565: ELSIF FND_API.To_Boolean(p_commit) THEN
1566: COMMIT WORK;
1567: END IF;
1568:
1569: -- Standard call to get message count and if count is 1, get message info.
1570: FND_MSG_PUB.Count_And_Get(p_count => p_msg_count,
1571: p_data => p_msg_data);
1572:
1573: if l_return_status = EC_Code_Conversion_PVT.G_XREF_NOT_FOUND

Line 1676: -- Standard Start of API savepoint

1672: EC_DEBUG.PL(3, 'p_simulate: ',p_simulate);
1673: EC_DEBUG.PL(3, 'p_commit: ',p_commit);
1674: EC_DEBUG.PL(3, 'p_validation_level: ',p_validation_level);
1675: end if;
1676: -- Standard Start of API savepoint
1677: SAVEPOINT populate_plsql_tbl_PVT;
1678:
1679: -- Standard call to check for call compatibility.
1680: IF NOT FND_API.Compatible_API_Call

Line 1679: -- Standard call to check for call compatibility.

1675: end if;
1676: -- Standard Start of API savepoint
1677: SAVEPOINT populate_plsql_tbl_PVT;
1678:
1679: -- Standard call to check for call compatibility.
1680: IF NOT FND_API.Compatible_API_Call
1681: (l_api_version_number,
1682: p_api_version_number,
1683: l_api_name,

Line 2001: -- Standard check of p_simulate and p_commit parameters

1997: j := j + 1;
1998: END LOOP; --WHILE j <= p_apps_tbl.count LOOP
1999:
2000: -- *******************************************************
2001: -- Standard check of p_simulate and p_commit parameters
2002: -- *******************************************************
2003: IF FND_API.To_Boolean(p_simulate) THEN
2004: ROLLBACK TO populate_plsql_tbl_PVT;
2005: ELSIF FND_API.To_Boolean(p_commit) THEN

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

2005: ELSIF FND_API.To_Boolean(p_commit) THEN
2006: COMMIT WORK;
2007: END IF;
2008:
2009: -- Standard call to get message count and if count is 1, get message info.
2010: FND_MSG_PUB.Count_And_Get(p_count => p_msg_count,
2011: p_data => p_msg_data);
2012:
2013: if l_return_status = EC_Code_Conversion_PVT.G_XREF_NOT_FOUND

Line 2118: -- Standard Start of API savepoint

2114: EC_DEBUG.PL(3, 'p_commit: ',p_commit);
2115: EC_DEBUG.PL(3, 'p_validation_level: ',p_validation_level);
2116: EC_DEBUG.PL(3, 'p_level',p_level);
2117: end if;
2118: -- Standard Start of API savepoint
2119: SAVEPOINT populate_plsql_tbl_PVT;
2120:
2121: -- Standard call to check for call compatibility.
2122: IF NOT FND_API.Compatible_API_Call

Line 2121: -- Standard call to check for call compatibility.

2117: end if;
2118: -- Standard Start of API savepoint
2119: SAVEPOINT populate_plsql_tbl_PVT;
2120:
2121: -- Standard call to check for call compatibility.
2122: IF NOT FND_API.Compatible_API_Call
2123: (l_api_version_number,
2124: p_api_version_number,
2125: l_api_name,

Line 2479: -- Standard check of p_simulate and p_commit parameters

2475:
2476: END LOOP;
2477:
2478: -- *******************************************************
2479: -- Standard check of p_simulate and p_commit parameters
2480: -- *******************************************************
2481: IF FND_API.To_Boolean(p_simulate) THEN
2482: ROLLBACK TO populate_plsql_tbl_PVT;
2483: ELSIF FND_API.To_Boolean(p_commit) THEN

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

2483: ELSIF FND_API.To_Boolean(p_commit) THEN
2484: COMMIT WORK;
2485: END IF;
2486:
2487: -- Standard call to get message count and if count is 1, get message info.
2488: FND_MSG_PUB.Count_And_Get(p_count => p_msg_count,
2489: p_data => p_msg_data);
2490:
2491: if l_return_status = EC_Code_Conversion_PVT.G_XREF_NOT_FOUND