DBA Data[Home] [Help]

APPS.OKC_OUTCOME_INIT_PVT dependencies on STANDARD

Line 497: --Append all the standard parameters

493: END LOOP;
494: END IF;
495: END IF;
496:
497: --Append all the standard parameters
498: l_std_params := 'P_INIT_MSG_LIST => OKC_API.G_FALSE, X_RETURN_STATUS => :V_RETURN_STATUS,'||
499: 'X_MSG_COUNT => V_MSG_COUNT, X_MSG_DATA => V_MSG_DATA)';
500: --Build the plsql string
501: l_pack_proc := l_pack_proc ||', '||l_std_params;

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

508: -- above commented out by marat (bug#2477385)
509: */
510:
511: -- added by pnayani bug#2778651 - start
512: -- Removing standard params from the table and pass it to okc_wf package to build outcome
513: for i in p_outcome_tbl.FIRST..p_outcome_tbl.LAST loop
514:
515: IF (p_outcome_tbl(i).name NOT IN
516: ('X_RETURN_STATUS', 'X_MSG_DATA','X_MSG_COUNT','P_INIT_MSG_LIST')) THEN