DBA Data[Home] [Help]

APPS.IGI_IAC_WEBADI_PKG dependencies on FA_CATEGORIES

Line 45: P_Cat_Desc IN fa_categories.description%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,
49: P_Per_Diff IN igi_iac_upload_lines.percentage_diff%type,

Line 67: P_Cat_Desc IN fa_categories.description%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,
71: -- Bug 3391921 Start

Line 84: P_Cat_Desc IN fa_categories.description%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,
88: -- Bug 3391921 Start