DBA Data[Home] [Help]

APPS.OKE_COMM_ACT_UTILS dependencies on OKE_K_COMMUNICATIONS

Line 17: update OKE_K_COMMUNICATIONS

13: ) is
14:
15: begin
16:
17: update OKE_K_COMMUNICATIONS
18: set text = X_text
19: where k_header_id = X_k_header_id
20: and communication_num = X_communication_num;
21: