DBA Data[Home] [Help]

APPS.FA_CIP_PVT dependencies on FA_INS_ADJUST_PKG

Line 1061: if not FA_INS_ADJUST_PKG.faxinaj

1057:
1058: l_adj.mrc_sob_type_code := p_mrc_sob_type_code;
1059: l_adj.set_of_books_id := p_asset_hdr_rec.set_of_books_id;
1060:
1061: if not FA_INS_ADJUST_PKG.faxinaj
1062: (l_adj,
1063: px_trans_rec.who_info.last_update_date,
1064: px_trans_rec.who_info.last_updated_by,
1065: px_trans_rec.who_info.last_update_login

Line 1077: if not FA_INS_ADJUST_PKG.faxinaj

1073: l_adj.transaction_header_id := 0;
1074: l_adj.flush_adj_flag := TRUE;
1075: l_adj.leveling_flag := TRUE;
1076:
1077: if not FA_INS_ADJUST_PKG.faxinaj
1078: (l_adj,
1079: px_trans_rec.who_info.last_update_date,
1080: px_trans_rec.who_info.last_updated_by,
1081: px_trans_rec.who_info.last_update_login

Line 1153: if not FA_INS_ADJUST_PKG.faxinaj

1149: l_adj.account_type := 'ASSET_COST_ACCT';
1150: l_adj.mrc_sob_type_code := p_mrc_sob_type_code;
1151: l_adj.set_of_books_id := p_asset_hdr_rec.set_of_books_id;
1152:
1153: if not FA_INS_ADJUST_PKG.faxinaj
1154: (l_adj,
1155: px_trans_rec.who_info.last_update_date,
1156: px_trans_rec.who_info.last_updated_by,
1157: px_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then

Line 1168: if not FA_INS_ADJUST_PKG.faxinaj

1164: l_adj.debit_credit_flag := 'CR';
1165: l_adj.account := fa_cache_pkg.fazccb_record.cip_cost_acct;
1166: l_adj.account_type := 'CIP_COST_ACCT';
1167:
1168: if not FA_INS_ADJUST_PKG.faxinaj
1169: (l_adj,
1170: px_trans_rec.who_info.last_update_date,
1171: px_trans_rec.who_info.last_updated_by,
1172: px_trans_rec.who_info.last_update_login, p_log_level_rec => p_log_level_rec) then