DBA Data[Home] [Help]

APPS.WMA_DERIVE dependencies on WIP_PARAMETERS

Line 10: from wip_parameters

6: begin
7:
8: select nvl(mobile_transaction_mode, wip_constants.background)
9: into txnMode
10: from wip_parameters
11: where organization_id = orgID;
12:
13: return txnMode;
14: exception