DBA Data[Home] [Help]

APPS.IGI_IAC_WEBADI_PKG dependencies on FND_LOOKUP_VALUES

Line 877: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,

873: P_Book_Type_Code IN igi_iac_upload_headers.book_type_code%type,
874: P_Period IN fa_deprn_periods.period_name%type,
875: P_Currency IN igi_iac_upload_headers.currency_code%type,
876: P_Status IN igi_iac_upload_headers.status_flag%type,
877: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,
878: P_Asset_Number IN fa_additions.asset_number%type,
879: P_Asset_Desc IN fa_additions.description%type,
880: P_Cat_Desc IN fa_categories.description%type,
881: P_Original_Cost IN igi_iac_upload_lines.original_cost%type,

Line 886: P_Line_Action IN fnd_lookup_values.lookup_code%type,

882: P_New_Cost IN igi_iac_upload_lines.new_cost%type,
883: P_Amt_Diff IN igi_iac_upload_lines.amount_diff%type,
884: P_Per_Diff IN igi_iac_upload_lines.percentage_diff%type,
885: P_Message IN igi_iac_upload_lines.exception_message%type,
886: P_Line_Action IN fnd_lookup_values.lookup_code%type,
887: P_Comments IN igi_iac_upload_lines.comments%type,
888: -- Bug 3391921 Start
889: P_Gross_Flag IN igi_iac_upload_lines.gross_flag%type) Is
890: -- Bug 3391921 End

Line 981: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,

977: P_Book_Type_Code IN igi_iac_upload_headers.book_type_code%type,
978: P_Period IN fa_deprn_periods.period_name%type,
979: P_Currency IN igi_iac_upload_headers.currency_code%type,
980: P_Status IN igi_iac_upload_headers.status_flag%type,
981: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,
982: P_Asset_Number IN fa_additions.asset_number%type,
983: P_Line_Num IN igi_iac_upload_lines.line_num%type,
984: P_Asset_Desc IN fa_additions.description%type,
985: P_Cat_Desc IN fa_categories.description%type,

Line 988: P_Line_Action IN fnd_lookup_values.lookup_code%type,

984: P_Asset_Desc IN fa_additions.description%type,
985: P_Cat_Desc IN fa_categories.description%type,
986: P_New_Cost IN igi_iac_upload_lines.new_cost%type,
987: P_Message IN igi_iac_upload_lines.exception_message%type,
988: P_Line_Action IN fnd_lookup_values.lookup_code%type,
989: -- Bug 3391921 Start
990: P_Gross_Flag IN igi_iac_upload_lines.gross_flag%type) Is
991: -- Bug 3391921 End
992:

Line 1109: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,

1105: P_Book_Type_Code IN igi_iac_upload_headers.book_type_code%type,
1106: P_Period IN fa_deprn_periods.period_name%type,
1107: P_Currency IN igi_iac_upload_headers.currency_code%type,
1108: P_Status IN igi_iac_upload_headers.status_flag%type,
1109: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,
1110: P_Asset_Number IN fa_additions.asset_number%type,
1111: P_Asset_Desc IN fa_additions.description%type,
1112: P_Cat_Desc IN fa_categories.description%type,
1113: P_Original_Cost IN igi_iac_upload_lines.original_cost%type,

Line 1115: P_Line_Action IN fnd_lookup_values.lookup_code%type,

1111: P_Asset_Desc IN fa_additions.description%type,
1112: P_Cat_Desc IN fa_categories.description%type,
1113: P_Original_Cost IN igi_iac_upload_lines.original_cost%type,
1114: P_New_Cost IN igi_iac_upload_lines.new_cost%type,
1115: P_Line_Action IN fnd_lookup_values.lookup_code%type,
1116: -- Bug 3391921 Start
1117: P_Gross_Flag IN igi_iac_upload_lines.gross_flag%type) Is
1118: -- Bug 3391921 End
1119: