DBA Data[Home] [Help]

APPS.FA_INS_ADJUST_PKG dependencies on FA_ASSET_VAL_PVT

Line 1027: if not FA_ASSET_VAL_PVT.validate_period_of_addition(ADJ_PTR.ASSET_ID, adj_ptr.book_type_code,'CAPITALIZED',h_period_of_addition) then

1023: if((adj_ptr.adjustment_type like '%RESERVE%') OR
1024: (adj_ptr.adjustment_type like '%EXPENSE%'))
1025: then
1026: if (h_dpr_row.cost = 0) then
1027: if not FA_ASSET_VAL_PVT.validate_period_of_addition(ADJ_PTR.ASSET_ID, adj_ptr.book_type_code,'CAPITALIZED',h_period_of_addition) then
1028: FA_SRVR_MSG.ADD_MESSAGE(CALLING_FN => 'FA_GCCID_PKG.fadoact');
1029: return FALSE;
1030: end if;
1031: if(h_period_of_addition = 'Y') then---Need to add MRC tables.