DBA Data[Home] [Help]

APPS.FA_SLA_CURRENT_PERIOD_UPG_PKG dependencies on FA_BOOKS_PKG

Line 1179: fa_books_pkg.update_row

1175: ) then raise error_found;
1176: end if;
1177:
1178: -- Reflect post catch-up info to fa_books
1179: fa_books_pkg.update_row
1180: (X_asset_id => l_asset_hdr_rec.asset_id,
1181: X_book_type_code => l_asset_hdr_rec.book_type_code,
1182: X_Adjustment_Required_Status
1183: => 'NONE',

Line 1251: fa_books_pkg.update_row

1247: raise error_found;
1248: end if;
1249:
1250: -- Reflect post catch-up info to fa_books
1251: fa_books_pkg.update_row
1252: (X_asset_id => l_asset_hdr_rec.asset_id,
1253: X_book_type_code => l_asset_hdr_rec.book_type_code,
1254: X_Adjustment_Required_Status
1255: => 'NONE',

Line 1582: fa_books_pkg.update_row

1578: ) then raise error_found;
1579: end if;
1580:
1581: -- Reflect post catch-up info to fa_books
1582: fa_books_pkg.update_row
1583: (X_asset_id => l_asset_hdr_rec.asset_id,
1584: X_book_type_code => l_asset_hdr_rec.book_type_code,
1585: X_Adjustment_Required_Status
1586: => 'NONE',