DBA Data[Home] [Help]

APPS.OKC_WF dependencies on STANDARD

Line 392: -- add standard trail

388: begin
389: if p_prebuilt_wf_plsql is null then return null; -- no prebuilt - go out
390: end if;
391: l_plsql := p_prebuilt_wf_plsql;
392: -- add standard trail
393: l_plsql := l_plsql|| 'P_INIT_MSG_LIST => OKC_API.G_FALSE, '||
394: 'X_RETURN_STATUS => :V_RETURN_STATUS, '||
395: 'X_MSG_COUNT => V_MSG_COUNT, '||
396: 'X_MSG_DATA => V_MSG_DATA);';