DBA Data[Home] [Help]

APPS.WIP_EAM_GENEALOGY_PVT dependencies on WIP_EAM_PARAMETERS

Line 645: from wip_eam_parameters

641: else
642:
643: -- obtain the offset account id from user-defined EAM parameters
644: select maintenance_offset_account into l_dist_acct_id
645: from wip_eam_parameters
646: where organization_id = l_organization_id;
647:
648: if l_dist_acct_id is null then
649: FND_MESSAGE.SET_NAME('WIP', 'WIP_EAM_NO_OFFSET_ACCOUNT');