DBA Data[Home] [Help]

APPS.OKE_PRINT_FORM_PUB dependencies on OKC_K_LINES_B

Line 29: , Contract_Line_Number okc_k_lines_b.line_number%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: --
29: , Contract_Line_Number okc_k_lines_b.line_number%TYPE := NULL
30: , Contract_Line_ID okc_k_lines_b.ID%TYPE := NULL
31: --
32: -- Either the ID or Number maybe provided for deliverable. If
33: -- both are provided, the ID value will be used.

Line 30: , Contract_Line_ID okc_k_lines_b.ID%TYPE := NULL

26: -- Either the ID or Number maybe provided for contract line. If
27: -- both are provided, the ID value will be used.
28: --
29: , Contract_Line_Number okc_k_lines_b.line_number%TYPE := NULL
30: , Contract_Line_ID okc_k_lines_b.ID%TYPE := NULL
31: --
32: -- Either the ID or Number maybe provided for deliverable. If
33: -- both are provided, the ID value will be used.
34: --

Line 225: , Contract_Line_Number okc_k_lines_b.line_number%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: --
225: , Contract_Line_Number okc_k_lines_b.line_number%TYPE := NULL
226: , Contract_Line_ID okc_k_lines_b.ID%TYPE := NULL
227: --
228: -- Either the ID or Number may be provided for deliverable. If
229: -- both are provided, the ID value will be used.

Line 226: , Contract_Line_ID okc_k_lines_b.ID%TYPE := NULL

222: -- Either the ID or Number may be provided for contract line. If
223: -- both are provided, the ID value will be used.
224: --
225: , Contract_Line_Number okc_k_lines_b.line_number%TYPE := NULL
226: , Contract_Line_ID okc_k_lines_b.ID%TYPE := NULL
227: --
228: -- Either the ID or Number may be provided for deliverable. If
229: -- both are provided, the ID value will be used.
230: --