DBA Data[Home] [Help]

APPS.OKC_OUTCOME_INIT_PVT dependencies on STANDARD

Line 473: --Append all the standard parameters

469: END LOOP;
470: END IF;
471: END IF;
472:
473: --Append all the standard parameters
474: l_std_params := 'P_INIT_MSG_LIST => OKC_API.G_FALSE, X_RETURN_STATUS => :V_RETURN_STATUS,'||
475: 'X_MSG_COUNT => V_MSG_COUNT, X_MSG_DATA => V_MSG_DATA)';
476: --Build the plsql string
477: l_pack_proc := l_pack_proc ||', '||l_std_params;

Line 488: -- Removing standard params from the table and pass it to okc_wf package to build outcome

484: -- above commented out by marat (bug#2477385)
485: */
486:
487: -- added by pnayani bug#2778651 - start
488: -- Removing standard params from the table and pass it to okc_wf package to build outcome
489: for i in p_outcome_tbl.FIRST..p_outcome_tbl.LAST loop
490:
491: IF (p_outcome_tbl(i).name NOT IN
492: ('X_RETURN_STATUS', 'X_MSG_DATA','X_MSG_COUNT','P_INIT_MSG_LIST')) THEN