DBA Data[Home] [Help]

APPS.GMD_COMMON_VAL dependencies on CM_CMPT_DTL

Line 205: pCalendar_code IN cm_cmpt_dtl.calendar_code%TYPE,

201:
202:
203: PROCEDURE Run_status_update( p_errbuf OUT NOCOPY VARCHAR2,
204: p_retcode OUT NOCOPY VARCHAR2,
205: pCalendar_code IN cm_cmpt_dtl.calendar_code%TYPE,
206: pPeriod_code IN cm_cmpt_dtl.period_code%TYPE,
207: pCost_mthd_code IN cm_cmpt_dtl.cost_mthd_code%TYPE);
208:
209: -- KSHUKLA added the procedure to check the formula, item access to the

Line 206: pPeriod_code IN cm_cmpt_dtl.period_code%TYPE,

202:
203: PROCEDURE Run_status_update( p_errbuf OUT NOCOPY VARCHAR2,
204: p_retcode OUT NOCOPY VARCHAR2,
205: pCalendar_code IN cm_cmpt_dtl.calendar_code%TYPE,
206: pPeriod_code IN cm_cmpt_dtl.period_code%TYPE,
207: pCost_mthd_code IN cm_cmpt_dtl.cost_mthd_code%TYPE);
208:
209: -- KSHUKLA added the procedure to check the formula, item access to the
210: -- Recipe override org , process loss, and validity rules organizations

Line 207: pCost_mthd_code IN cm_cmpt_dtl.cost_mthd_code%TYPE);

203: PROCEDURE Run_status_update( p_errbuf OUT NOCOPY VARCHAR2,
204: p_retcode OUT NOCOPY VARCHAR2,
205: pCalendar_code IN cm_cmpt_dtl.calendar_code%TYPE,
206: pPeriod_code IN cm_cmpt_dtl.period_code%TYPE,
207: pCost_mthd_code IN cm_cmpt_dtl.cost_mthd_code%TYPE);
208:
209: -- KSHUKLA added the procedure to check the formula, item access to the
210: -- Recipe override org , process loss, and validity rules organizations
211:

Line 228: pCalendar_code IN cm_cmpt_dtl.calendar_code%TYPE,

224: /*Added the following procedure in Bug No.7027512 */
225: PROCEDURE Run_status_update( p_errbuf OUT NOCOPY VARCHAR2,
226: p_retcode OUT NOCOPY VARCHAR2,
227: pLegal_entity_id IN number,
228: pCalendar_code IN cm_cmpt_dtl.calendar_code%TYPE,
229: pPeriod_code IN cm_cmpt_dtl.period_code%TYPE,
230: pCost_type_id IN cm_cmpt_dtl.Cost_type_id%TYPE);
231:
232: END; /* Package Specification GMD_COMMON_VAL*/

Line 229: pPeriod_code IN cm_cmpt_dtl.period_code%TYPE,

225: PROCEDURE Run_status_update( p_errbuf OUT NOCOPY VARCHAR2,
226: p_retcode OUT NOCOPY VARCHAR2,
227: pLegal_entity_id IN number,
228: pCalendar_code IN cm_cmpt_dtl.calendar_code%TYPE,
229: pPeriod_code IN cm_cmpt_dtl.period_code%TYPE,
230: pCost_type_id IN cm_cmpt_dtl.Cost_type_id%TYPE);
231:
232: END; /* Package Specification GMD_COMMON_VAL*/

Line 230: pCost_type_id IN cm_cmpt_dtl.Cost_type_id%TYPE);

226: p_retcode OUT NOCOPY VARCHAR2,
227: pLegal_entity_id IN number,
228: pCalendar_code IN cm_cmpt_dtl.calendar_code%TYPE,
229: pPeriod_code IN cm_cmpt_dtl.period_code%TYPE,
230: pCost_type_id IN cm_cmpt_dtl.Cost_type_id%TYPE);
231:
232: END; /* Package Specification GMD_COMMON_VAL*/