DBA Data[Home] [Help]

APPS.PON_EVAL_TEAM_UTIL_PVT dependencies on PON_EVAL_TEAM_UTIL_PVT

Line 1: PACKAGE BODY PON_EVAL_TEAM_UTIL_PVT AS

1: PACKAGE BODY PON_EVAL_TEAM_UTIL_PVT AS
2: /* $Header: PONVETUB.pls 120.1 2011/12/17 02:01:56 atjen noship $ */
3:
4:
5: PROCEDURE send_mng_eval_teams_notif(p_auction_header_id IN NUMBER);

Line 510: 'pon_eval_team_util_pvt.' ||

506: wf_engine.SetItemAttrText(itemtype => l_itemtype,
507: itemkey => l_itemkey,
508: aname => 'MNG_EVAL_TEAM_UPDATE_BODY',
509: avalue => 'plsqlclob:' ||
510: 'pon_eval_team_util_pvt.' ||
511: 'gen_eval_team_update_body/' ||
512: l_itemtype || ':' ||
513: l_itemkey);
514:

Line 1073: 'pon_eval_team_util_pvt.' ||

1069: wf_engine.SetItemAttrText(itemtype => l_itemtype,
1070: itemkey => l_itemkey,
1071: aname => 'EVAL_UPDATE_SCORER_BODY',
1072: avalue => 'plsqlclob:' ||
1073: 'pon_eval_team_util_pvt.' ||
1074: 'gen_eval_update_scorer_body/' ||
1075: l_itemtype || ':' ||
1076: l_itemkey);
1077:

Line 1195: END PON_EVAL_TEAM_UTIL_PVT;

1191:
1192: END gen_eval_update_scorer_body;
1193:
1194:
1195: END PON_EVAL_TEAM_UTIL_PVT;