DBA Data[Home] [Help]

APPS.IGI_IAC_WEBADI_PKG dependencies on FND_LOOKUP_VALUES

Line 42: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,

38: P_Book_Type_Code IN igi_iac_upload_headers.book_type_code%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,

Line 51: P_Line_Action IN fnd_lookup_values.lookup_code%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,
49: P_Per_Diff IN igi_iac_upload_lines.percentage_diff%type,
50: P_Message IN igi_iac_upload_lines.exception_message%type,
51: P_Line_Action IN fnd_lookup_values.lookup_code%type,
52: P_Comments IN igi_iac_upload_lines.comments%type,
53: -- Bug 3391921 Start
54: P_Gross_Flag IN igi_iac_upload_lines.gross_flag%type);
55: -- Bug 3391921 End

Line 63: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,

59: P_Book_Type_Code IN igi_iac_upload_headers.book_type_code%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,

Line 70: P_Line_Action IN fnd_lookup_values.lookup_code%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,
71: -- Bug 3391921 Start
72: P_Gross_Flag IN igi_iac_upload_lines.gross_flag%type);
73: -- Bug 3391921 End
74:

Line 81: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,

77: P_Book_Type_Code IN igi_iac_upload_headers.book_type_code%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,

Line 87: P_Line_Action IN fnd_lookup_values.lookup_code%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,
88: -- Bug 3391921 Start
89: P_Gross_Flag IN igi_iac_upload_lines.gross_flag%type );
90: -- Bug 3391921 End
91: