DBA Data[Home] [Help]

APPS.FA_MASS_RET_PKG dependencies on FA_API_TYPES

Line 137: g_log_level_rec fa_api_types.log_level_rec_type;

133: G_last_updated_by number := FND_GLOBAL.USER_ID;
134: G_last_update_login number := FND_GLOBAL.CONC_LOGIN_ID;
135:
136:
137: g_log_level_rec fa_api_types.log_level_rec_type;
138: ------------------------------------------------------------------------------
139: l_debug boolean := fa_cache_pkg.fa_print_debug;
140:
141: PROCEDURE Acct_Split(X_1st_Segment IN VARCHAR2,

Line 475: p_asset_dist_tbl OUT NOCOPY FA_API_TYPES.asset_dist_tbl_type)

471:
472:
473: FUNCTION Check_Split_Distribution(
474: X_Asset_Id IN NUMBER,
475: p_asset_dist_tbl OUT NOCOPY FA_API_TYPES.asset_dist_tbl_type)
476: RETURN BOOLEAN IS
477:
478:
479: l_code_combination_id fa_distribution_history.code_combination_id%TYPE;

Line 484: l_asset_dist_tbl FA_API_TYPES.asset_dist_tbl_type;

480: l_location_id fa_distribution_history.location_id%TYPE;
481: l_assigned_to fa_distribution_history.assigned_to%TYPE;
482: l_units_assigned fa_distribution_history.units_assigned%TYPE;
483:
484: l_asset_dist_tbl FA_API_TYPES.asset_dist_tbl_type;
485: i NUMBER;
486: l_check_account_null VARCHAR2(1);
487:
488:

Line 1062: l_asset_dist_tbl FA_API_TYPES.asset_dist_tbl_type;

1058: msg_tbl FA_MASS_RET_PKG.out_tbl;
1059:
1060: -- declare 2nd round of allocation
1061:
1062: l_asset_dist_tbl FA_API_TYPES.asset_dist_tbl_type;
1063: l_2nd_asset_id number;
1064: l_2nd_asset_number fa_additions_b.asset_number%TYPE;
1065: l_2nd_cost_retired number;
1066: l_2nd_current_units number;

Line 3334: l_asset_dist_tbl FA_API_TYPES.asset_dist_tbl_type;

3330:
3331:
3332: l_candidate_units num_tbl;
3333: l_dist_count number;
3334: l_asset_dist_tbl FA_API_TYPES.asset_dist_tbl_type;
3335: l_sc_units num_tbl;
3336: l_current_units num_tbl;
3337: l_total_dist_cost number;
3338: suxess_no number;