DBA Data[Home] [Help]

APPS.GL_STAT_ACCOUNT_UOM_PKG dependencies on DUAL

Line 198: select 1 into dummy from dual where not exists

194: X_Account_Segment_Value VARCHAR2,
195: X_Chart_Of_Accounts_Id NUMBER) IS
196: dummy number;
197: BEGIN
198: select 1 into dummy from dual where not exists
199: (select 1 from gl_stat_account_uom
200: where account_segment_value = X_Account_Segment_Value
201: and chart_of_accounts_id = X_Chart_Of_Accounts_Id
202: and ((X_Rowid is null) or (rowid <> X_Rowid))