DBA Data[Home] [Help]

APPS.OKL_PRB_UPGRADE_PVT dependencies on OKL_TRX_CONTRACTS_ALL

Line 938: and q.id not in (select t.qte_id from okl_trx_contracts_all t where q.id = t.qte_id)

934: and NVL(q.consolidated_yn,'N') = 'N'
935: and q.partial_yn = 'Y'
936: and q.qst_code = 'ACCEPTED'
937: and q.khr_id = opp.khr_id
938: and q.id not in (select t.qte_id from okl_trx_contracts_all t where q.id = t.qte_id)
939: );
940:
941: log_msg(FND_FILE.LOG, 'Checking: TQ accepted and fails before trx created - End : ' || TO_CHAR(SYSDATE, 'DD-MON-YYYY HH:MI:SS') );
942:

Line 954: from okl_trx_quotes_b q, okl_trx_contracts_all t

950: AND opp.assigned_process = TO_CHAR(l_seq_next)
951: AND exists
952: (
953: select q.khr_id
954: from okl_trx_quotes_b q, okl_trx_contracts_all t
955: where q.qtp_code like 'TER%'
956: and NVL(q.consolidated_yn,'N') = 'N'
957: and q.partial_yn = 'Y'
958: and q.khr_id = opp.khr_id