DBA Data[Home] [Help]

APPS.OKE_PRINT_FORM_PUB dependencies on OKE_K_FORM_LINES

Line 743: INSERT INTO oke_k_form_lines

739: FROM dual;
740:
741: i := p_line_tbl.FIRST;
742: LOOP
743: INSERT INTO oke_k_form_lines
744: ( form_header_id
745: , creation_date
746: , created_by
747: , last_update_date

Line 1143: UPDATE oke_k_form_lines

1139:
1140: i := p_line_tbl.FIRST;
1141: LOOP
1142:
1143: UPDATE oke_k_form_lines
1144: SET last_update_date = sysdate
1145: , last_updated_by = l_user_id
1146: , last_update_login = l_login_id
1147: , text01 = decode(p_line_tbl(i).text01,FND_API.G_MISS_CHAR,text01,p_line_tbl(i).text01)