DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PUB dependencies on STANDARD

Line 303: -- standard call to check for API call compatibility.

299: -- ****************************************************
300: if g_log_level_rec.statement_level then fa_debug_pkg.add(l_calling_fn, 'begin ', l_calling_fn, p_log_level_rec => g_log_level_rec); end if;
301:
302: -- check version of the API
303: -- standard call to check for API call compatibility.
304:
305: if not FND_API.compatible_api_call
306: (G_API_VERSION
307: ,p_api_version

Line 806: X_run_mode => 'STANDARD',

802: X_asset_id => l_asset_hdr_rec.asset_id,
803: X_book => l_asset_hdr_rec.book_type_code,
804: X_period_ctr => 0,
805: X_dist_id => p_asset_dist_tbl(ctr).distribution_id,
806: X_run_mode => 'STANDARD',
807: X_cost => l_cost_retire_last_unit,
808: X_deprn_rsv => dummy_num,
809: X_reval_rsv => dummy_num,
810: X_ytd_deprn => dummy_num,

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

1132: if FND_API.to_boolean(p_commit) then
1133: COMMIT WORK;
1134: end if;
1135:
1136: -- Standard call to get message count and if count is 1 get message info.
1137: FND_MSG_PUB.count_and_get(p_count => x_msg_count
1138: ,p_data => x_msg_data
1139: );
1140:

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

3631: if FND_API.to_boolean(p_commit) then
3632: COMMIT WORK;
3633: end if;
3634:
3635: -- Standard call to get message count and if count is 1 get message info.
3636: FND_MSG_PUB.count_and_get(p_count => x_msg_count
3637: ,p_data => x_msg_data
3638: );
3639:

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

4898: if FND_API.to_boolean(p_commit) then
4899: COMMIT WORK;
4900: end if;
4901:
4902: -- Standard call to get message count and if count is 1 get message info.
4903: FND_MSG_PUB.count_and_get(p_count => x_msg_count
4904: ,p_data => x_msg_data
4905: );
4906:

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

6127: if FND_API.to_boolean(p_commit) then
6128: COMMIT WORK;
6129: end if;
6130:
6131: -- Standard call to get message count and if count is 1 get message info.
6132: FND_MSG_PUB.count_and_get(p_count => x_msg_count
6133: ,p_data => x_msg_data
6134: );
6135: