DBA Data[Home] [Help]

APPS.GCS_RULES_PROCESSOR dependencies on GCS_TEMPLATES_PKG

Line 576: templateRecord GCS_TEMPLATES_PKG.templateRecord;

572: l_errbuf VARCHAR2(100);
573: l_errcode NUMBER;
574:
575: --Used by the call to GCS_TEMPLATES_DYNAMIC_PKG
576: templateRecord GCS_TEMPLATES_PKG.templateRecord;
577:
578: procedureName varchar2(30);
579:
580: BEGIN

Line 4038: templateRecord GCS_TEMPLATES_PKG.templateRecord;

4034: ataAttr number;
4035: ataVers number;
4036:
4037: --Used by the call to GCS_TEMPLATES_DYNAMIC_PKG
4038: templateRecord GCS_TEMPLATES_PKG.templateRecord;
4039:
4040: -- See package global data declares above for cursor
4041: categoryInfo getCategory%ROWTYPE;
4042:

Line 4756: templateRecord GCS_TEMPLATES_PKG.templateRecord;

4752: ataAttr number;
4753: ataVers number;
4754:
4755: --Used by the call to GCS_TEMPLATES_DYNAMIC_PKG
4756: templateRecord GCS_TEMPLATES_PKG.templateRecord;
4757:
4758: -- See package global data declares above for cursor
4759: categoryInfo getCategory%ROWTYPE;
4760:

Line 5339: SET request_error_code = 'GCS_TEMPLATES_PKG_ERROR',

5335: 'end',
5336: to_char(SYSDATE, 'DD-MON-YYYY HH:MI:SS'));
5337: if contextData.eventType = 'C' then
5338: UPDATE gcs_cons_eng_run_dtls
5339: SET request_error_code = 'GCS_TEMPLATES_PKG_ERROR',
5340: bp_request_error_code = 'GCS_TEMPLATES_PKG_ERROR'
5341: WHERE run_detail_id = contextData.eventKey;
5342: end if;
5343: RETURN(2);

Line 5340: bp_request_error_code = 'GCS_TEMPLATES_PKG_ERROR'

5336: to_char(SYSDATE, 'DD-MON-YYYY HH:MI:SS'));
5337: if contextData.eventType = 'C' then
5338: UPDATE gcs_cons_eng_run_dtls
5339: SET request_error_code = 'GCS_TEMPLATES_PKG_ERROR',
5340: bp_request_error_code = 'GCS_TEMPLATES_PKG_ERROR'
5341: WHERE run_detail_id = contextData.eventKey;
5342: end if;
5343: RETURN(2);
5344: /*