DBA Data[Home] [Help]

APPS.OKE_PRINT_FORM_PUB dependencies on OKC_K_HEADERS_B

Line 22: , Buy_Or_Sell okc_k_headers_b.buy_or_sell%TYPE := NULL

18: -- Either the ID or Number / Type / Intent must be provided for
19: -- contract header. If both are provided, the ID value will be used.
20: --
21: , Contract_Number oke_k_headers.k_number_disp%TYPE := NULL
22: , Buy_Or_Sell okc_k_headers_b.buy_or_sell%TYPE := NULL
23: , K_Type_Code oke_k_headers.k_type_code%TYPE := NULL
24: , Contract_Header_ID okc_k_headers_b.id%TYPE := NULL
25: --
26: -- Either the ID or Number maybe provided for contract line. If

Line 24: , Contract_Header_ID okc_k_headers_b.id%TYPE := NULL

20: --
21: , Contract_Number oke_k_headers.k_number_disp%TYPE := NULL
22: , Buy_Or_Sell okc_k_headers_b.buy_or_sell%TYPE := NULL
23: , K_Type_Code oke_k_headers.k_type_code%TYPE := NULL
24: , Contract_Header_ID okc_k_headers_b.id%TYPE := NULL
25: --
26: -- Either the ID or Number maybe provided for contract line. If
27: -- both are provided, the ID value will be used.
28: --

Line 218: , Buy_Or_Sell okc_k_headers_b.buy_or_sell%TYPE := NULL

214: -- Either the ID or Number / Type / Intent may be provided for
215: -- contract header. If both are provided, the ID value will be used.
216: --
217: , Contract_Number oke_k_headers.k_number_disp%TYPE := NULL
218: , Buy_Or_Sell okc_k_headers_b.buy_or_sell%TYPE := NULL
219: , K_Type_Code oke_k_headers.k_type_code%TYPE := NULL
220: , Contract_Header_ID okc_k_headers_b.id%TYPE := NULL
221: --
222: -- Either the ID or Number may be provided for contract line. If

Line 220: , Contract_Header_ID okc_k_headers_b.id%TYPE := NULL

216: --
217: , Contract_Number oke_k_headers.k_number_disp%TYPE := NULL
218: , Buy_Or_Sell okc_k_headers_b.buy_or_sell%TYPE := NULL
219: , K_Type_Code oke_k_headers.k_type_code%TYPE := NULL
220: , Contract_Header_ID okc_k_headers_b.id%TYPE := NULL
221: --
222: -- Either the ID or Number may be provided for contract line. If
223: -- both are provided, the ID value will be used.
224: --