DBA Data[Home] [Help]

APPS.WIP_EAM_GENEALOGY_PVT dependencies on WIP_EAM_PARAMETERS

Line 674: from wip_eam_parameters

670: else
671:
672: -- obtain the offset account id from user-defined EAM parameters
673: select maintenance_offset_account into l_dist_acct_id
674: from wip_eam_parameters
675: where organization_id = l_organization_id;
676:
677: if l_dist_acct_id is null then
678: FND_MESSAGE.SET_NAME('WIP', 'WIP_EAM_NO_OFFSET_ACCOUNT');