DBA Data[Home] [Help]

APPS.FA_SLA_CURRENT_PERIOD_UPG_PKG dependencies on FA_BOOKS_PKG

Line 1160: fa_books_pkg.update_row

1156: ) then raise error_found;
1157: end if;
1158:
1159: -- Reflect post catch-up info to fa_books
1160: fa_books_pkg.update_row
1161: (X_asset_id => l_asset_hdr_rec.asset_id,
1162: X_book_type_code => l_asset_hdr_rec.book_type_code,
1163: X_Adjustment_Required_Status
1164: => 'NONE',

Line 1223: fa_books_pkg.update_row

1219: raise error_found;
1220: end if;
1221:
1222: -- Reflect post catch-up info to fa_books
1223: fa_books_pkg.update_row
1224: (X_asset_id => l_asset_hdr_rec.asset_id,
1225: X_book_type_code => l_asset_hdr_rec.book_type_code,
1226: X_Adjustment_Required_Status
1227: => 'NONE',

Line 1543: fa_books_pkg.update_row

1539: ) then raise error_found;
1540: end if;
1541:
1542: -- Reflect post catch-up info to fa_books
1543: fa_books_pkg.update_row
1544: (X_asset_id => l_asset_hdr_rec.asset_id,
1545: X_book_type_code => l_asset_hdr_rec.book_type_code,
1546: X_Adjustment_Required_Status
1547: => 'NONE',