DBA Data[Home] [Help]

APPS.CN_SCA_TRX_PROC_PVT dependencies on STANDARD

Line 2130: -- Standard Start of API savepoint

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

Line 2284: -- Standard Start of API savepoint

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

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

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

Line 2365: -- Standard Start of API savepoint

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

Line 2539: -- Standard Start of API savepoint

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

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

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