DBA Data[Home] [Help]

APPS.POA_CM_ENTER_SCORES_ICX dependencies on POA_CM_ENTER_SCORES_ICX

Line 1: PACKAGE BODY poa_cm_enter_scores_icx AS

1: PACKAGE BODY poa_cm_enter_scores_icx AS
2: /* $Header: POACMINB.pls 120.0 2005/06/01 21:18:00 appldev noship $ */
3:
4: PROCEDURE redirect_page(criteria_code IN t_text_table,
5: score IN t_text_table,

Line 63: poa_cm_enter_scores_icx.insert_scores(

59: POA_CM_EVALUATION_ID );
60: end if;
61:
62: if (POA_CM_SUBMIT_TYPE = 'Done') then
63: poa_cm_enter_scores_icx.insert_scores(
64: criteria_code ,
65: score ,
66: weight ,
67: weighted_score ,

Line 349: htp.p('POA_CM_ENTER_SCORES_ICX.INSERT_SCORE: Progress ' || l_progress || ' ' || sqlerrm);

345:
346: l_progress := '005';
347: exception
348: when others then
349: htp.p('POA_CM_ENTER_SCORES_ICX.INSERT_SCORE: Progress ' || l_progress || ' ' || sqlerrm);
350: return;
351: end;
352:
353: l_progress := '006';

Line 361: END poa_cm_enter_scores_icx;

357: l_progress := '007';
358:
359: END insert_scores;
360:
361: END poa_cm_enter_scores_icx;