DBA Data[Home] [Help]

APPS.OKL_UBB_INTEGRATION_PVT dependencies on OKC_STATUSES_B

Line 60: from okc_statuses_b okcsts

56: -- )
57: -- added to handle abandon line
58: and not exists (
59: select 'Y'
60: from okc_statuses_b okcsts
61: where okcsts.code = line.sts_code
62: and okcsts.ste_code in ('EXPIRED','HOLD','CANCELLED','TERMINATED'));
63:
64: