DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on OKC_CTC_PVT

Line 2002: l_ctcv_tbl_in okc_ctc_pvt.ctcv_tbl_type;

1998: l_khrv_tbl_in oks_khr_pvt.khrv_tbl_type;
1999: l_gvev_tbl_in okc_gve_pvt.gvev_tbl_type;
2000: l_cgcv_tbl_in okc_cgc_pvt.cgcv_tbl_type;
2001: l_cpl_tbl_in okc_cpl_pvt.cplv_tbl_type;
2002: l_ctcv_tbl_in okc_ctc_pvt.ctcv_tbl_type;
2003: -- Local variables
2004: l_ren_identifier VARCHAR2(120);
2005: l_sts_code VARCHAR2 (30);
2006: l_ste_code VARCHAR2 (30);

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

3001:
3002: -- create party contacts
3003: IF l_cpl_tbl_in.COUNT > 0
3004: THEN
3005: okc_ctc_pvt.insert_row_upg (x_return_status => x_return_status,
3006: p_ctcv_tbl => l_ctcv_tbl_in
3007: );
3008:
3009: fnd_file.put_line(fnd_file.log,'(OKS) -> Call to okc_ctc_pvt.insert_row_upg , status = ( '

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

3005: okc_ctc_pvt.insert_row_upg (x_return_status => x_return_status,
3006: p_ctcv_tbl => l_ctcv_tbl_in
3007: );
3008:
3009: fnd_file.put_line(fnd_file.log,'(OKS) -> Call to okc_ctc_pvt.insert_row_upg , status = ( '
3010: || l_return_status || ' )');
3011:
3012: IF (fnd_log.level_event >= fnd_log.g_current_runtime_level)
3013: THEN

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

3012: IF (fnd_log.level_event >= fnd_log.g_current_runtime_level)
3013: THEN
3014: fnd_log.STRING (fnd_log.level_event,
3015: g_module_current || 'oks_mass_update.create_contract_header',
3016: 'okc_ctc_pvt.insert_row_upg, status = ('
3017: || l_return_status || ')');
3018: END IF;
3019: IF l_return_status <> okc_api.g_ret_sts_success
3020: THEN