DBA Data[Home] [Help]

APPS.PAY_US_1099R_MAG_REPORTING dependencies on FND_COMMON_LOOKUPS

Line 516: from fnd_common_lookups hlk,

512: -- Cursor to allow generation of state totals by assignment
513: -- for payers participating in Combined Filing.
514: Cursor US_1099R_State_Process IS
515: select distinct 'TRANSFER_STATE_NAME=P', hlk.lookup_code
516: from fnd_common_lookups hlk,
517: hr_organization_information hoi
518: where hoi.organization_id = Pay_Magtape_Generic.Get_Parameter_Value
519: ('TRANSFER_TRANS_LEGAL_CO_ID')
520: and hoi.org_information4 = 'Y'