DBA Data[Home] [Help]

APPS.IGI_IAC_WEBADI_PKG dependencies on FND_LOOKUP_VALUES

Line 863: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,

859: P_Book_Type_Code IN igi_iac_upload_headers.book_type_code%type,
860: P_Period IN fa_deprn_periods.period_name%type,
861: P_Currency IN igi_iac_upload_headers.currency_code%type,
862: P_Status IN igi_iac_upload_headers.status_flag%type,
863: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,
864: P_Asset_Number IN fa_additions.asset_number%type,
865: P_Asset_Desc IN fa_additions.description%type,
866: P_Cat_Desc IN fa_categories.description%type,
867: P_Original_Cost IN igi_iac_upload_lines.original_cost%type,

Line 872: P_Line_Action IN fnd_lookup_values.lookup_code%type,

868: P_New_Cost IN igi_iac_upload_lines.new_cost%type,
869: P_Amt_Diff IN igi_iac_upload_lines.amount_diff%type,
870: P_Per_Diff IN igi_iac_upload_lines.percentage_diff%type,
871: P_Message IN igi_iac_upload_lines.exception_message%type,
872: P_Line_Action IN fnd_lookup_values.lookup_code%type,
873: P_Comments IN igi_iac_upload_lines.comments%type,
874: -- Bug 3391921 Start
875: P_Gross_Flag IN igi_iac_upload_lines.gross_flag%type) Is
876: -- Bug 3391921 End

Line 967: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,

963: P_Book_Type_Code IN igi_iac_upload_headers.book_type_code%type,
964: P_Period IN fa_deprn_periods.period_name%type,
965: P_Currency IN igi_iac_upload_headers.currency_code%type,
966: P_Status IN igi_iac_upload_headers.status_flag%type,
967: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,
968: P_Asset_Number IN fa_additions.asset_number%type,
969: P_Line_Num IN igi_iac_upload_lines.line_num%type,
970: P_Asset_Desc IN fa_additions.description%type,
971: P_Cat_Desc IN fa_categories.description%type,

Line 974: P_Line_Action IN fnd_lookup_values.lookup_code%type,

970: P_Asset_Desc IN fa_additions.description%type,
971: P_Cat_Desc IN fa_categories.description%type,
972: P_New_Cost IN igi_iac_upload_lines.new_cost%type,
973: P_Message IN igi_iac_upload_lines.exception_message%type,
974: P_Line_Action IN fnd_lookup_values.lookup_code%type,
975: -- Bug 3391921 Start
976: P_Gross_Flag IN igi_iac_upload_lines.gross_flag%type) Is
977: -- Bug 3391921 End
978:

Line 1095: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,

1091: P_Book_Type_Code IN igi_iac_upload_headers.book_type_code%type,
1092: P_Period IN fa_deprn_periods.period_name%type,
1093: P_Currency IN igi_iac_upload_headers.currency_code%type,
1094: P_Status IN igi_iac_upload_headers.status_flag%type,
1095: P_Hdr_Action IN fnd_lookup_values.lookup_code%type,
1096: P_Asset_Number IN fa_additions.asset_number%type,
1097: P_Asset_Desc IN fa_additions.description%type,
1098: P_Cat_Desc IN fa_categories.description%type,
1099: P_Original_Cost IN igi_iac_upload_lines.original_cost%type,

Line 1101: P_Line_Action IN fnd_lookup_values.lookup_code%type,

1097: P_Asset_Desc IN fa_additions.description%type,
1098: P_Cat_Desc IN fa_categories.description%type,
1099: P_Original_Cost IN igi_iac_upload_lines.original_cost%type,
1100: P_New_Cost IN igi_iac_upload_lines.new_cost%type,
1101: P_Line_Action IN fnd_lookup_values.lookup_code%type,
1102: -- Bug 3391921 Start
1103: P_Gross_Flag IN igi_iac_upload_lines.gross_flag%type) Is
1104: -- Bug 3391921 End
1105: