DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on OKC_CTC_PVT

Line 2007: l_ctcv_tbl_in okc_ctc_pvt.ctcv_tbl_type;

2003: l_khrv_tbl_in oks_khr_pvt.khrv_tbl_type;
2004: l_gvev_tbl_in okc_gve_pvt.gvev_tbl_type;
2005: l_cgcv_tbl_in okc_cgc_pvt.cgcv_tbl_type;
2006: l_cpl_tbl_in okc_cpl_pvt.cplv_tbl_type;
2007: l_ctcv_tbl_in okc_ctc_pvt.ctcv_tbl_type;
2008: -- Local variables
2009: l_ren_identifier VARCHAR2(120);
2010: l_sts_code VARCHAR2 (30);
2011: l_ste_code VARCHAR2 (30);

Line 3010: okc_ctc_pvt.insert_row_upg (x_return_status => x_return_status,

3006:
3007: -- create party contacts
3008: IF l_cpl_tbl_in.COUNT > 0
3009: THEN
3010: okc_ctc_pvt.insert_row_upg (x_return_status => x_return_status,
3011: p_ctcv_tbl => l_ctcv_tbl_in
3012: );
3013:
3014: fnd_file.put_line(fnd_file.log,'(OKS) -> Call to okc_ctc_pvt.insert_row_upg , status = ( '

Line 3014: fnd_file.put_line(fnd_file.log,'(OKS) -> Call to okc_ctc_pvt.insert_row_upg , status = ( '

3010: okc_ctc_pvt.insert_row_upg (x_return_status => x_return_status,
3011: p_ctcv_tbl => l_ctcv_tbl_in
3012: );
3013:
3014: fnd_file.put_line(fnd_file.log,'(OKS) -> Call to okc_ctc_pvt.insert_row_upg , status = ( '
3015: || l_return_status || ' )');
3016:
3017: IF (fnd_log.level_event >= fnd_log.g_current_runtime_level)
3018: THEN

Line 3021: 'okc_ctc_pvt.insert_row_upg, status = ('

3017: IF (fnd_log.level_event >= fnd_log.g_current_runtime_level)
3018: THEN
3019: fnd_log.STRING (fnd_log.level_event,
3020: g_module_current || 'oks_mass_update.create_contract_header',
3021: 'okc_ctc_pvt.insert_row_upg, status = ('
3022: || l_return_status || ')');
3023: END IF;
3024: IF l_return_status <> okc_api.g_ret_sts_success
3025: THEN

Line 5105: OKC_CTC_PVT.update_contact_stecode(p_chr_id => qa_contract_id,

5101: WHERE ID = qa_contract_id ;
5102:
5103: /* cgopinee bugfix for 6882512*/
5104: /*update status in okc_contacts table*/
5105: OKC_CTC_PVT.update_contact_stecode(p_chr_id => qa_contract_id,
5106: x_return_status=>l_return_status);
5107:
5108: IF l_return_status <> OKC_API.G_RET_STS_SUCCESS THEN
5109: RAISE g_exception_halt_validation;