DBA Data[Home] [Help]

APPS.OKC_CRJ_PVT dependencies on OKX_QUOTE_HEADERS_V

Line 3137: okx_quote_headers_v q1

3133: and exists (-- another quote (or same) with same number as object
3134: select
3135: 1
3136: from
3137: okx_quote_headers_v q1
3138: ,okx_quote_headers_v q2
3139: where (
3140: (-- q1 is passed in
3141: q1.id1 = p_crjv_rec.object1_id1

Line 3138: ,okx_quote_headers_v q2

3134: select
3135: 1
3136: from
3137: okx_quote_headers_v q1
3138: ,okx_quote_headers_v q2
3139: where (
3140: (-- q1 is passed in
3141: q1.id1 = p_crjv_rec.object1_id1
3142: and (

Line 3310: okx_quote_headers_v q

3306: SELECT
3307: id1
3308: ,id2
3309: FROM
3310: okx_quote_headers_v q
3311: WHERE
3312: (
3313: q.order_id = p_crjv_rec.object1_id1
3314: /* q.order_id1 = p_crjv_rec.object1_id1

Line 3481: okx_quote_headers_v q1

3477: and exists (-- another quote (or same) with same number as object
3478: select
3479: 1
3480: from
3481: okx_quote_headers_v q1
3482: ,okx_quote_headers_v q2
3483: where (
3484: (-- q1 is passed in
3485: q1.id1 = p_crjv_rec.object1_id1

Line 3482: ,okx_quote_headers_v q2

3478: select
3479: 1
3480: from
3481: okx_quote_headers_v q1
3482: ,okx_quote_headers_v q2
3483: where (
3484: (-- q1 is passed in
3485: q1.id1 = p_crjv_rec.object1_id1
3486: and (

Line 3653: okx_quote_headers_v q

3649: SELECT
3650: id1
3651: ,id2
3652: FROM
3653: okx_quote_headers_v q
3654: WHERE
3655: (
3656: q.order_id = p_crjv_rec.object1_id1
3657: /* q.order_id1 = p_crjv_rec.object1_id1

Line 3822: okx_quote_headers_v q1

3818: and exists (-- another quote (or same) with same number as object
3819: select
3820: 1
3821: from
3822: okx_quote_headers_v q1
3823: ,okx_quote_headers_v q2
3824: where (
3825: (-- q1 is passed in
3826: q1.id1 = p_crjv_rec.object1_id1

Line 3823: ,okx_quote_headers_v q2

3819: select
3820: 1
3821: from
3822: okx_quote_headers_v q1
3823: ,okx_quote_headers_v q2
3824: where (
3825: (-- q1 is passed in
3826: q1.id1 = p_crjv_rec.object1_id1
3827: and (