DBA Data[Home] [Help]

APPS.IGI_IAC_WEBADI_PKG dependencies on FA_ADDITIONS

Line 32: P_Asset_Number IN fa_additions.asset_number%type,

28: P_Book_Type_Code IN igi_iac_upload_headers.book_type_code%type,
29: P_Tolerance_Flag IN igi_iac_upload_headers.tolerance_flag%type,
30: P_Tolerance_Amount IN igi_iac_upload_headers.tolerance_amount%type,
31: P_Tolerance_Percent IN igi_iac_upload_headers.tolerance_percent%type,
32: P_Asset_Number IN fa_additions.asset_number%type,
33: P_New_Cost IN igi_iac_upload_lines.new_cost%type,
34: P_Gross_Flag IN igi_iac_upload_lines.gross_flag%type );
35:
36: Procedure Tol_Errors(

Line 43: P_Asset_Number IN fa_additions.asset_number%type,

39: P_Period IN fa_deprn_periods.period_name%type,
40: P_Currency IN igi_iac_upload_headers.currency_code%type,
41: P_Status IN igi_iac_upload_headers.status_flag%type,
42: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,
43: P_Asset_Number IN fa_additions.asset_number%type,
44: P_Asset_Desc IN fa_additions.description%type,
45: P_Cat_Desc IN fa_categories.description%type,
46: P_Original_Cost IN igi_iac_upload_lines.original_cost%type,
47: P_New_Cost IN igi_iac_upload_lines.new_cost%type,

Line 44: P_Asset_Desc IN fa_additions.description%type,

40: P_Currency IN igi_iac_upload_headers.currency_code%type,
41: P_Status IN igi_iac_upload_headers.status_flag%type,
42: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,
43: P_Asset_Number IN fa_additions.asset_number%type,
44: P_Asset_Desc IN fa_additions.description%type,
45: P_Cat_Desc IN fa_categories.description%type,
46: P_Original_Cost IN igi_iac_upload_lines.original_cost%type,
47: P_New_Cost IN igi_iac_upload_lines.new_cost%type,
48: P_Amt_Diff IN igi_iac_upload_lines.amount_diff%type,

Line 64: P_Asset_Number IN fa_additions.asset_number%type,

60: P_Period IN fa_deprn_periods.period_name%type,
61: P_Currency IN igi_iac_upload_headers.currency_code%type,
62: P_Status IN igi_iac_upload_headers.status_flag%type,
63: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,
64: P_Asset_Number IN fa_additions.asset_number%type,
65: P_Line_Num IN igi_iac_upload_lines.line_num%type,
66: P_Asset_Desc IN fa_additions.description%type,
67: P_Cat_Desc IN fa_categories.description%type,
68: P_New_Cost IN igi_iac_upload_lines.new_cost%type,

Line 66: P_Asset_Desc IN fa_additions.description%type,

62: P_Status IN igi_iac_upload_headers.status_flag%type,
63: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,
64: P_Asset_Number IN fa_additions.asset_number%type,
65: P_Line_Num IN igi_iac_upload_lines.line_num%type,
66: P_Asset_Desc IN fa_additions.description%type,
67: P_Cat_Desc IN fa_categories.description%type,
68: P_New_Cost IN igi_iac_upload_lines.new_cost%type,
69: P_Message IN igi_iac_upload_lines.exception_message%type,
70: P_Line_Action IN fnd_lookup_values.lookup_code%type,

Line 82: P_Asset_Number IN fa_additions.asset_number%type,

78: P_Period IN fa_deprn_periods.period_name%type,
79: P_Currency IN igi_iac_upload_headers.currency_code%type,
80: P_Status IN igi_iac_upload_headers.status_flag%type,
81: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,
82: P_Asset_Number IN fa_additions.asset_number%type,
83: P_Asset_Desc IN fa_additions.description%type,
84: P_Cat_Desc IN fa_categories.description%type,
85: P_Original_Cost IN igi_iac_upload_lines.original_cost%type,
86: P_New_Cost IN igi_iac_upload_lines.new_cost%type,

Line 83: P_Asset_Desc IN fa_additions.description%type,

79: P_Currency IN igi_iac_upload_headers.currency_code%type,
80: P_Status IN igi_iac_upload_headers.status_flag%type,
81: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,
82: P_Asset_Number IN fa_additions.asset_number%type,
83: P_Asset_Desc IN fa_additions.description%type,
84: P_Cat_Desc IN fa_categories.description%type,
85: P_Original_Cost IN igi_iac_upload_lines.original_cost%type,
86: P_New_Cost IN igi_iac_upload_lines.new_cost%type,
87: P_Line_Action IN fnd_lookup_values.lookup_code%type,