DBA Data[Home] [Help]

APPS.WMA_UTIL dependencies on WIP_PARAMETERS

Line 15: from wip_parameters

11: mandatoryScrapFlag NUMBER;
12: BEGIN
13: select mandatory_scrap_flag, default_scrap_account_id
14: into mandatoryScrapFlag, scrapAcctID
15: from wip_parameters
16: where organization_id = orgID;
17:
18: if ( mandatoryScrapFlag = 1 and scrapAcctID IS null ) then
19: fnd_message.set_name('WIP', 'WMA SCRAP ACCT REQUIRED');