DBA Data[Home] [Help]

APPS.EAM_REBUILD_GENEALOGY dependencies on WIP_EAM_PARAMETERS

Line 207: from wip_eam_parameters

203:
204: -- obtain the offset acct id from user defined EAM parameters
205: begin
206: select maintenance_offset_account into l_dist_acct_id
207: from wip_eam_parameters
208: where organization_id = l_organization_id;
209:
210: exception
211: when others then

Line 486: from wip_eam_parameters

482:
483: -- obtain the offset account id from user-defined EAM parameters
484: begin
485: select maintenance_offset_account into l_dist_acct_id
486: from wip_eam_parameters
487: where organization_id = l_organization_id;
488:
489: exception
490: when others then