DBA Data[Home] [Help]

APPS.FA_LOAD_TBL_PKG dependencies on FA_API_TYPES

Line 231: p_record_status varchar2, p_log_level_rec IN FA_API_TYPES.log_level_rec_type);

227: p_location_id number,
228: p_th_id_in number,
229: p_assigned_to number,
230: p_trans_units number,
231: p_record_status varchar2, p_log_level_rec IN FA_API_TYPES.log_level_rec_type);
232:
233:
234: PROCEDURE load_inv_table (
235: p_rowid varchar2,

Line 282: p_attribute_cat_code varchar2 default null, p_log_level_rec IN FA_API_TYPES.log_level_rec_type);

278: p_attribute12 varchar2 default null,
279: p_attribute13 varchar2 default null,
280: p_attribute14 varchar2 default null,
281: p_attribute15 varchar2 default null,
282: p_attribute_cat_code varchar2 default null, p_log_level_rec IN FA_API_TYPES.log_level_rec_type);
283:
284: -- procedure to reset global variable g_dist_count
285: FUNCTION reset_g_dist_count RETURN BOOLEAN;
286:

Line 300: x_return_status OUT NOCOPY BOOLEAN, p_log_level_rec IN FA_API_TYPES.log_level_rec_type);

296:
297: PROCEDURE Load_Deprn_Rules_Tbl(
298: p_corp_book VARCHAR2,
299: p_category_id NUMBER,
300: x_return_status OUT NOCOPY BOOLEAN, p_log_level_rec IN FA_API_TYPES.log_level_rec_type);
301:
302: -- Procedure that fetches a record of new depreciation rules for the
303: -- given book and date placed in service. x_found indicates whether the record was
304: -- found or not.

Line 310: x_found OUT NOCOPY BOOLEAN, p_log_level_rec IN FA_API_TYPES.log_level_rec_type);

306: PROCEDURE Get_Deprn_Rules(
307: p_book_type_code VARCHAR2,
308: p_date_placed_in_service DATE,
309: x_deprn_rules_rec OUT NOCOPY asset_deprn_info,
310: x_found OUT NOCOPY BOOLEAN, p_log_level_rec IN FA_API_TYPES.log_level_rec_type);
311:
312: -- Procedure to find the index position of a specific depreciation
313: -- rules record in the table, deprn_table, based on the book and
314: -- date placed in service, which uniquely identifies one record in the table.

Line 321: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type);

317: PROCEDURE Find_Position_Deprn_Rules(
318: p_book_type_code VARCHAR2,
319: p_date_placed_in_service DATE,
320: x_pos OUT NOCOPY NUMBER
321: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type);
322:
323:
324: END FA_LOAD_TBL_PKG;