DBA Data[Home] [Help]

APPS.FA_GAINLOSS_UND_PKG dependencies on FA_STD_TYPES

Line 305: adj_row.selection_mode := fa_std_types.FA_AJ_SINGLE;

301: adj_row.last_update_date := today;
302: adj_row.account := NULL;
303: adj_row.account_type := NULL;
304: adj_row.current_units := bk.cur_units;
305: adj_row.selection_mode := fa_std_types.FA_AJ_SINGLE;
306: adj_row.selection_thid := 0;
307: adj_row.selection_retid := 0;
308: adj_row.flush_adj_flag := TRUE;
309: adj_row.gen_ccid_flag := FALSE;

Line 435: dpr_row fa_std_types.fa_deprn_row_struct;

431: today IN date
432: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean IS
433:
434: adj_row fa_adjust_type_pkg.fa_adj_row_struct;
435: dpr_row fa_std_types.fa_deprn_row_struct;
436: dpr_dtl fa_std_types.dpr_dtl_row_struct;
437:
438: h_book varchar2(30);
439: h_retirement_id number;

Line 436: dpr_dtl fa_std_types.dpr_dtl_row_struct;

432: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean IS
433:
434: adj_row fa_adjust_type_pkg.fa_adj_row_struct;
435: dpr_row fa_std_types.fa_deprn_row_struct;
436: dpr_dtl fa_std_types.dpr_dtl_row_struct;
437:
438: h_book varchar2(30);
439: h_retirement_id number;
440: h_cpd_num Number;

Line 834: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR;

830: adj_row.debit_credit_flag := 'DR';
831: adj_row.account_type := 'DEPRN_RESERVE_ACCT';
832: adj_row.account :=
833: fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
834: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR;
835: adj_row.adjustment_amount := 0;
836: adj_row.source_dest_code := 'SOURCE';
837:
838: if (h_group_asset_id is not null) and

Line 857: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;

853: end if;
854:
855: -- +++++ Credit reserve in new dist_id's +++++
856: adj_row.debit_credit_flag := 'CR';
857: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;
858: adj_row.adjustment_amount := adj_row.amount_inserted;
859: l_temp_amount := adj_row.amount_inserted;
860: adj_row.source_dest_code := 'DEST';
861:

Line 903: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR;

899: end if;
900:
901: adj_row.account :=
902: fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
903: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR;
904: adj_row.adjustment_amount := 0;
905: adj_row.track_member_flag := NULL;
906: adj_row.source_dest_code := 'SOURCE';
907:

Line 920: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;

916: end if;
917:
918: -- +++++ Credit reserve in new dist_id's +++++
919: adj_row.debit_credit_flag := 'CR';
920: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;
921:
922: if (h_tracking_method = 'CALCULATE') then
923: adj_row.adjustment_amount := l_temp_amount;
924: else

Line 983: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR;

979: adj_row.debit_credit_flag := 'DR';
980: adj_row.account_type := 'BONUS_DEPRN_RESERVE_ACCT';
981: adj_row.account :=
982: fa_cache_pkg.fazccb_record.BONUS_DEPRN_RESERVE_ACCT;
983: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR;
984: adj_row.adjustment_amount := 0;
985: adj_row.source_dest_code := 'SOURCE';
986:
987: if (bk.group_asset_id is not null) and

Line 1005: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;

1001:
1002: -- Credit bonus reserve to new dist_id's
1003:
1004: adj_row.debit_credit_flag := 'CR';
1005: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;
1006: adj_row.adjustment_amount := adj_row.amount_inserted;
1007: adj_row.source_dest_code := 'DEST';
1008:
1009: if (NOT FA_INS_ADJUST_PKG.faxinaj(adj_row,

Line 1028: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR;

1024: adj_row.debit_credit_flag := 'DR';
1025: adj_row.account_type := 'IMPAIR_RESERVE_ACCT';
1026: adj_row.account :=
1027: fa_cache_pkg.fazccb_record.IMPAIR_RESERVE_ACCT;
1028: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR;
1029: adj_row.adjustment_amount := 0;
1030: adj_row.source_dest_code := 'SOURCE';
1031:
1032: if (bk.group_asset_id is not null) and

Line 1050: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;

1046:
1047: -- Credit impairment reserve to new dist_id's
1048:
1049: adj_row.debit_credit_flag := 'CR';
1050: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;
1051: adj_row.adjustment_amount := adj_row.amount_inserted;
1052: adj_row.source_dest_code := 'DEST';
1053:
1054: if (NOT FA_INS_ADJUST_PKG.faxinaj(adj_row,

Line 1072: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR;

1068: adj_row.debit_credit_flag := 'DR';
1069: adj_row.account_type := 'REVAL_RESERVE_ACCT';
1070: adj_row.account :=
1071: fa_cache_pkg.fazccb_record.REVAL_RESERVE_ACCT;
1072: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR;
1073: adj_row.adjustment_amount := 0;
1074: adj_row.source_dest_code := 'SOURCE';
1075:
1076: if (NOT FA_INS_ADJUST_PKG.faxinaj(adj_row,

Line 1088: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;

1084:
1085: -- Credit reval reserve to new dist_id's
1086:
1087: adj_row.debit_credit_flag := 'CR';
1088: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;
1089: adj_row.adjustment_amount := adj_row.amount_inserted;
1090: adj_row.source_dest_code := 'DEST';
1091:
1092: if (NOT FA_INS_ADJUST_PKG.faxinaj(adj_row,

Line 1157: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR;

1153: end if;
1154:
1155: adj_row.account :=
1156: fa_cache_pkg.fazccb_record.BONUS_DEPRN_RESERVE_ACCT;
1157: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR;
1158: adj_row.adjustment_amount := 0;
1159: adj_row.source_dest_code := 'SOURCE';
1160:
1161: if (NOT FA_INS_ADJUST_PKG.faxinaj(adj_row,

Line 1175: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;

1171:
1172: -- Credit bonus reserve to new dist_id's
1173:
1174: adj_row.debit_credit_flag := 'CR';
1175: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;
1176: adj_row.adjustment_amount := adj_row.amount_inserted;
1177: adj_row.source_dest_code := 'DEST';
1178:
1179: if (NOT FA_INS_ADJUST_PKG.faxinaj(adj_row,

Line 1231: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR;

1227: end if;
1228:
1229: adj_row.account :=
1230: fa_cache_pkg.fazccb_record.IMPAIR_RESERVE_ACCT;
1231: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR;
1232: adj_row.adjustment_amount := 0;
1233: adj_row.source_dest_code := 'SOURCE';
1234:
1235: if (NOT FA_INS_ADJUST_PKG.faxinaj(adj_row,

Line 1249: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;

1245:
1246: -- Credit impairment reserve to new dist_id's
1247:
1248: adj_row.debit_credit_flag := 'CR';
1249: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;
1250: adj_row.adjustment_amount := adj_row.amount_inserted;
1251: adj_row.source_dest_code := 'DEST';
1252:
1253: if (NOT FA_INS_ADJUST_PKG.faxinaj(adj_row,

Line 1280: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR;

1276: -- Clear out the cost from the old dist_id's
1277:
1278: adj_row.adjustment_type := 'COST';
1279: adj_row.debit_credit_flag := 'CR';
1280: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR;
1281: adj_row.adjustment_amount := 0;
1282: adj_row.source_dest_code := 'SOURCE';
1283:
1284: if (RET.wip_asset is null or ret.wip_asset <= 0) then

Line 1310: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;

1306:
1307: -- Credit cost in new dist_id's
1308:
1309: adj_row.debit_credit_flag := 'DR';
1310: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;
1311: adj_row.adjustment_amount := adj_row.amount_inserted;
1312: adj_row.source_dest_code := 'DEST';
1313:
1314: if (NOT FA_INS_ADJUST_PKG.faxinaj(adj_row,

Line 2872: adj_row.selection_mode := fa_std_types.FA_AJ_SINGLE;

2868: adj_row.last_update_date := today;
2869: adj_row.account := NULL;
2870: adj_row.account_type := NULL;
2871: adj_row.current_units := bk.cur_units;
2872: adj_row.selection_mode := fa_std_types.FA_AJ_SINGLE;
2873: adj_row.selection_thid := 0;
2874: adj_row.selection_retid := 0;
2875: adj_row.flush_adj_flag := TRUE;
2876: adj_row.gen_ccid_flag := FALSE;

Line 3000: dpr_row fa_std_types.fa_deprn_row_struct;

2996: user_id IN NUMBER
2997: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean IS
2998:
2999: adj_row fa_adjust_type_pkg.fa_adj_row_struct ;
3000: dpr_row fa_std_types.fa_deprn_row_struct;
3001:
3002: h_retirement_id number;
3003: h_asset_id number;
3004: h_user_id number;

Line 3300: adj_row.selection_mode := fa_std_types.FA_AJ_SINGLE;

3296: becase it is being used by faxinaj for reinstatement.
3297: BK.cur_units := NULL;
3298: */
3299: adj_row.current_units := NULL;
3300: adj_row.selection_mode := fa_std_types.FA_AJ_SINGLE;
3301: adj_row.selection_thid := 0;
3302: adj_row.selection_retid := 0;
3303: adj_row.flush_adj_flag := TRUE;
3304: adj_row.annualized_adjustment := 0;

Line 3837: adj_row.selection_mode := fa_std_types.FA_AJ_SINGLE;

3833: adj_row.last_update_date := today;
3834: adj_row.account := NULL;
3835: adj_row.account_type := NULL;
3836: adj_row.current_units := BK.cur_units;
3837: adj_row.selection_mode := fa_std_types.FA_AJ_SINGLE;
3838: adj_row.selection_thid := 0;
3839: adj_row.selection_retid := 0;
3840: adj_row.flush_adj_flag := TRUE;
3841: adj_row.gen_ccid_flag := FALSE;

Line 4919: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR_PARTIAL;

4915: adj_row.account_type := 'ASSET_COST_ACCT';
4916: adj_row.account := fa_cache_pkg.fazccb_record.ASSET_COST_ACCT;
4917: end if;
4918:
4919: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR_PARTIAL;
4920: adj_row.adjustment_amount := 0;
4921: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;
4922: adj_row.set_of_books_id := ret.set_of_books_id;
4923: if p_log_level_rec.statement_level then

Line 4963: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE_PARTIAL;

4959: adj_row.account_type := 'ASSET_COST_ACCT';
4960: adj_row.account := fa_cache_pkg.fazccb_record.ASSET_COST_ACCT;
4961: end if;
4962:
4963: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE_PARTIAL;
4964:
4965: adj_row.adjustment_amount := adj_row.amount_inserted;
4966:
4967: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;

Line 5012: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR_PARTIAL;

5008: adj_row.debit_credit_flag := 'DR';
5009: adj_row.account_type := 'DEPRN_RESERVE_ACCT';
5010: adj_row.account := fa_cache_pkg.fazccb_record.DEPRN_RESERVE_ACCT;
5011:
5012: adj_row.selection_mode := fa_std_types.FA_AJ_CLEAR_PARTIAL;
5013:
5014: adj_row.adjustment_amount := 0;
5015:
5016: if (NOT FA_INS_ADJUST_PKG.faxinaj(adj_row,

Line 5027: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE_PARTIAL;

5023:
5024: end if;
5025: adj_row.debit_credit_flag := 'CR';
5026: adj_row.adjustment_amount := adj_row.amount_inserted;
5027: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE_PARTIAL;
5028: if (NOT FA_INS_ADJUST_PKG.faxinaj(adj_row,
5029: X_last_update_date,
5030: X_last_updated_by,
5031: X_last_update_login, p_log_level_rec => p_log_level_rec)) then

Line 5066: DPR IN OUT NOCOPY fa_std_types.dpr_struct,

5062:
5063: Function FAGRIN(
5064: RET IN OUT NOCOPY fa_ret_types.ret_struct,
5065: BK IN OUT NOCOPY fa_ret_types.book_struct,
5066: DPR IN OUT NOCOPY fa_std_types.dpr_struct,
5067: today IN DATE,
5068: cpd_ctr IN NUMBER,
5069: cpdnum IN NUMBER,
5070: user_id IN NUMBER

Line 5098: l_dpr FA_STD_TYPES.FA_DEPRN_ROW_STRUCT;

5094:
5095: l_calling_fn varchar2(40) := 'FA_GAINLOSS_UND_PKG.fagrin';
5096: --bug6853328
5097: l_reserve_ret number;
5098: l_dpr FA_STD_TYPES.FA_DEPRN_ROW_STRUCT;
5099: l_status BOOLEAN;
5100: l_exp_ret number;
5101: --Added for 8651843
5102: l_cur_grp_id NUMBER :=0 ;

Line 6183: H_DPR_ROW FA_STD_TYPES.fa_deprn_row_struct;

6179: user_id IN number,
6180: p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean is
6181:
6182: adj_row fa_adjust_type_pkg.fa_adj_row_struct ;
6183: H_DPR_ROW FA_STD_TYPES.fa_deprn_row_struct;
6184: h_th_id_out number;
6185: h_th_type_code varchar2(25);
6186:
6187: h_dist_book varchar2(30);

Line 6276: adj_row.selection_mode := fa_std_types.FA_AJ_SINGLE;

6272: adj_row.account := fa_cache_pkg.fazccb_record.REVAL_RESERVE_ACCT;
6273: adj_row.account_type := 'REVAL_RESERVE_ACCT';
6274: adj_row.mrc_sob_type_code := ret.mrc_sob_type_code;
6275: adj_row.set_of_books_id := ret.set_of_books_id;
6276: adj_row.selection_mode := fa_std_types.FA_AJ_SINGLE;
6277: adj_row.flush_adj_flag := TRUE;
6278: adj_row.leveling_flag := FALSE;
6279: adj_row.gen_ccid_flag := TRUE;
6280: adj_row.selection_thid := 0;

Line 6334: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;

6330: end if;
6331: end loop;
6332:
6333: --Allocate reval reserve amount to new distributions.
6334: adj_row.selection_mode := fa_std_types.FA_AJ_ACTIVE;
6335: adj_row.debit_credit_flag := 'CR';
6336: adj_row.adjustment_amount := reval_reserve;
6337:
6338: if (NOT FA_INS_ADJUST_PKG.faxinaj(adj_row,