DBA Data[Home] [Help]

APPS.ZPB_AC_OPS dependencies on STANDARD

Line 2707: -- Standard Start of API savepoint

2703: invalid_calendar_end_pf exception;
2704: invalid_appended exception;
2705:
2706: begin
2707: -- Standard Start of API savepoint
2708: SAVEPOINT create_partial_cycle;
2709: -- Standard call to check for call compatibility.
2710: IF NOT FND_API.Compatible_API_Call( l_api_version,
2711: p_api_version,

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

2705:
2706: begin
2707: -- Standard Start of API savepoint
2708: SAVEPOINT create_partial_cycle;
2709: -- Standard call to check for call compatibility.
2710: IF NOT FND_API.Compatible_API_Call( l_api_version,
2711: p_api_version,
2712: l_api_name,
2713: G_PKG_NAME)

Line 2891: -- Standard check of p_commit.

2887: end if;
2888:
2889:
2890: create_cycle_model_dimensions(new_ac_id, p_model_dimensions,p_apps_user_id);
2891: -- Standard check of p_commit.
2892: IF FND_API.To_Boolean( p_commit ) THEN
2893: COMMIT WORK;
2894: END IF;
2895: -- Standard call to get message count and if count is 1, get message info.

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

2891: -- Standard check of p_commit.
2892: IF FND_API.To_Boolean( p_commit ) THEN
2893: COMMIT WORK;
2894: END IF;
2895: -- Standard call to get message count and if count is 1, get message info.
2896: FND_MSG_PUB.Count_And_Get(
2897: p_count => x_msg_count,
2898: p_data => x_msg_data
2899: );

Line 3152: -- Standard Start of API savepoint

3148: invalid_calendar_start_member exception;
3149: invalid_calendar_end_member exception;
3150: begin
3151:
3152: -- Standard Start of API savepoint
3153: SAVEPOINT create_migrate_inst;
3154: -- Standard call to check for call compatibility.
3155: IF NOT FND_API.Compatible_API_Call( l_api_version,
3156: p_api_version,

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

3150: begin
3151:
3152: -- Standard Start of API savepoint
3153: SAVEPOINT create_migrate_inst;
3154: -- Standard call to check for call compatibility.
3155: IF NOT FND_API.Compatible_API_Call( l_api_version,
3156: p_api_version,
3157: l_api_name,
3158: G_PKG_NAME)

Line 3243: -- Standard check of p_commit.

3239: if p_current_instance = 'Y' then
3240: create_cycle_curinst_task(new_ac_id,p_apps_user_id);
3241: end if;
3242:
3243: -- Standard check of p_commit.
3244: IF FND_API.To_Boolean( p_commit ) THEN
3245: COMMIT WORK;
3246: END IF;
3247: -- Standard call to get message count and if count is 1, get message info.

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

3243: -- Standard check of p_commit.
3244: IF FND_API.To_Boolean( p_commit ) THEN
3245: COMMIT WORK;
3246: END IF;
3247: -- Standard call to get message count and if count is 1, get message info.
3248: FND_MSG_PUB.Count_And_Get(
3249: p_count => x_msg_count,
3250: p_data => x_msg_data
3251: );

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

3378: BEGIN
3379:
3380: SAVEPOINT Create_Hier_Order;
3381:
3382: -- Standard call to check for call compatibility.
3383: IF NOT FND_API.Compatible_API_Call(l_api_version,
3384: p_api_version,
3385: l_api_name,
3386: G_PKG_NAME)

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

3601: l_param_value ZPB_AC_PARAM_VALUES.VALUE%TYPE;
3602:
3603: BEGIN
3604:
3605: -- Standard call to check for call compatibility.
3606: IF NOT FND_API.Compatible_API_Call(l_api_version,
3607: p_api_version,
3608: l_api_name,
3609: G_PKG_NAME)