DBA Data[Home] [Help]

APPS.CN_SCA_TRX_PROC_PVT dependencies on STANDARD

Line 2128: -- Standard Start of API savepoint

2124: x_create_size NUMBER;
2125:
2126: BEGIN
2127:
2128: -- Standard Start of API savepoint
2129: SAVEPOINT populate_results_savepoint;
2130:
2131: -- Convert the dates for the varchar2 parameters passed in from concurrent program
2132: p_start_date := fnd_date.canonical_to_date(pp_start_date);

Line 2282: -- Standard Start of API savepoint

2278:
2279:
2280: BEGIN
2281:
2282: -- Standard Start of API savepoint
2283: SAVEPOINT call_populate_results;
2284:
2285: -- Standard call to check for call compatibility.
2286: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

2281:
2282: -- Standard Start of API savepoint
2283: SAVEPOINT call_populate_results;
2284:
2285: -- Standard call to check for call compatibility.
2286: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2287: p_api_version ,
2288: l_api_name,
2289: G_PKG_NAME ) THEN

Line 2363: -- Standard Start of API savepoint

2359: p_org_id number;
2360:
2361: BEGIN
2362:
2363: -- Standard Start of API savepoint
2364: SAVEPOINT populate_data_savepoint;
2365:
2366: p_org_id := mo_global.get_current_org_id();
2367:

Line 2537: -- Standard Start of API savepoint

2533: l_gen_status CN_REPOSITORIES.SCA_MAPPING_STATUS%TYPE;
2534:
2535: BEGIN
2536:
2537: -- Standard Start of API savepoint
2538: SAVEPOINT call_populate_data;
2539:
2540: -- Standard call to check for call compatibility.
2541: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

2536:
2537: -- Standard Start of API savepoint
2538: SAVEPOINT call_populate_data;
2539:
2540: -- Standard call to check for call compatibility.
2541: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2542: p_api_version ,
2543: l_api_name,
2544: G_PKG_NAME ) THEN