DBA Data[Home] [Help]

APPS.OPI_PMI_IDS_SUMMARY dependencies on CM_CMPT_DTL

Line 555: l_cost_mthd cm_cmpt_dtl.cost_mthd_code%TYPE;

551: AND trx_Date < rec_summary.trans_date
552: order by trx_date desc;
553: ids_bal_rec get_balance_row%ROWTYPE;
554: ids_temp_rec get_records_to_change%ROWTYPE;
555: l_cost_mthd cm_cmpt_dtl.cost_mthd_code%TYPE;
556: l_cmpntcls_id cm_cmpt_dtl.cost_cmpntcls_id%TYPE := null;
557: l_analysis_code cm_cmpt_dtl.cost_analysis_code%TYPE := null;
558: L_perd_st_date DATE;
559: l_perd_end_date DATE;

Line 556: l_cmpntcls_id cm_cmpt_dtl.cost_cmpntcls_id%TYPE := null;

552: order by trx_date desc;
553: ids_bal_rec get_balance_row%ROWTYPE;
554: ids_temp_rec get_records_to_change%ROWTYPE;
555: l_cost_mthd cm_cmpt_dtl.cost_mthd_code%TYPE;
556: l_cmpntcls_id cm_cmpt_dtl.cost_cmpntcls_id%TYPE := null;
557: l_analysis_code cm_cmpt_dtl.cost_analysis_code%TYPE := null;
558: L_perd_st_date DATE;
559: l_perd_end_date DATE;
560: l_retreive_ind number := 1;

Line 557: l_analysis_code cm_cmpt_dtl.cost_analysis_code%TYPE := null;

553: ids_bal_rec get_balance_row%ROWTYPE;
554: ids_temp_rec get_records_to_change%ROWTYPE;
555: l_cost_mthd cm_cmpt_dtl.cost_mthd_code%TYPE;
556: l_cmpntcls_id cm_cmpt_dtl.cost_cmpntcls_id%TYPE := null;
557: l_analysis_code cm_cmpt_dtl.cost_analysis_code%TYPE := null;
558: L_perd_st_date DATE;
559: l_perd_end_date DATE;
560: l_retreive_ind number := 1;
561: l_total_cost number;