DBA Data[Home] [Help]

APPS.OKE_PRINT_FORM_PUB dependencies on OKE_K_FORM_HEADERS

Line 13: Form_Header_ID oke_k_form_headers.form_header_id%TYPE := NULL

9: ( --
10: -- Form_Header_ID can only be used in Update_Print_Form. If
11: -- populated in Create_Print_Form, the value will be ignored
12: --
13: Form_Header_ID oke_k_form_headers.form_header_id%TYPE := NULL
14: , Print_Form_Code oke_k_form_headers.print_form_code%TYPE
15: , Form_Header_Number oke_k_form_headers.form_header_number%TYPE
16: , Form_Date oke_k_form_headers.form_date%TYPE
17: --

Line 14: , Print_Form_Code oke_k_form_headers.print_form_code%TYPE

10: -- Form_Header_ID can only be used in Update_Print_Form. If
11: -- populated in Create_Print_Form, the value will be ignored
12: --
13: Form_Header_ID oke_k_form_headers.form_header_id%TYPE := NULL
14: , Print_Form_Code oke_k_form_headers.print_form_code%TYPE
15: , Form_Header_Number oke_k_form_headers.form_header_number%TYPE
16: , Form_Date oke_k_form_headers.form_date%TYPE
17: --
18: -- Either the ID or Number / Type / Intent must be provided for

Line 15: , Form_Header_Number oke_k_form_headers.form_header_number%TYPE

11: -- populated in Create_Print_Form, the value will be ignored
12: --
13: Form_Header_ID oke_k_form_headers.form_header_id%TYPE := NULL
14: , Print_Form_Code oke_k_form_headers.print_form_code%TYPE
15: , Form_Header_Number oke_k_form_headers.form_header_number%TYPE
16: , Form_Date oke_k_form_headers.form_date%TYPE
17: --
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.

Line 16: , Form_Date oke_k_form_headers.form_date%TYPE

12: --
13: Form_Header_ID oke_k_form_headers.form_header_id%TYPE := NULL
14: , Print_Form_Code oke_k_form_headers.print_form_code%TYPE
15: , Form_Header_Number oke_k_form_headers.form_header_number%TYPE
16: , Form_Date oke_k_form_headers.form_date%TYPE
17: --
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: --

Line 51: , Status_Code oke_k_form_headers.status_code%TYPE

47: -- OKE_FORM_STATUS. Either the code or the meaning must be
48: -- provided. If both are provided, the CODE value will be used.
49: --
50: , Status_Name fnd_lookup_values.meaning%TYPE
51: , Status_Code oke_k_form_headers.status_code%TYPE
52: --
53: -- Header Level Data
54: --
55: , Text01 VARCHAR2(2000) := FND_API.G_MISS_CHAR