DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on OKC_CPL_PVT

Line 67: --| OKC_CPL_PVT | | | | | |X |

63: --| OKC_CHR_PVT | | | | | |X |
64: --+---------------------------------+---+---+---+---+---+----------------------+
65: --| OKC_GVE_PVT | | | | | |X |
66: --+---------------------------------+---+---+---+---+---+----------------------+
67: --| OKC_CPL_PVT | | | | | |X |
68: --+---------------------------------+---+---+---+---+---+----------------------+
69: --| OKX_CUST_SITE_USES_V | X | | | | | |
70: --+---------------------------------+---+---+---+---+---+----------------------+
71: --| OKS_K_HEADERS_B | X | X | | | | |

Line 2006: l_cpl_tbl_in okc_cpl_pvt.cplv_tbl_type;

2002: l_chrv_tbl_in okc_chr_pvt.chrv_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);

Line 2986: okc_cpl_pvt.insert_row_upg (x_return_status => l_return_status,

2982:
2983: -- create party roles
2984: IF l_cpl_tbl_in.COUNT > 0
2985: THEN
2986: okc_cpl_pvt.insert_row_upg (x_return_status => l_return_status,
2987: p_cplv_tbl => l_cpl_tbl_in
2988: );
2989:
2990: fnd_file.put_line(fnd_file.log,'(OKS) -> Call to okc_cpl_pvt.insert_row_upg , status = ( '

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

2986: okc_cpl_pvt.insert_row_upg (x_return_status => l_return_status,
2987: p_cplv_tbl => l_cpl_tbl_in
2988: );
2989:
2990: fnd_file.put_line(fnd_file.log,'(OKS) -> Call to okc_cpl_pvt.insert_row_upg , status = ( '
2991: || l_return_status || ' )');
2992:
2993: IF (fnd_log.level_event >= fnd_log.g_current_runtime_level)
2994: THEN

Line 2997: 'okc_cpl_pvt.insert_row_upg, status = ('

2993: IF (fnd_log.level_event >= fnd_log.g_current_runtime_level)
2994: THEN
2995: fnd_log.STRING (fnd_log.level_event,
2996: g_module_current || 'oks_mass_update.create_contract_header',
2997: 'okc_cpl_pvt.insert_row_upg, status = ('
2998: || l_return_status || ')');
2999: END IF;
3000: IF l_return_status <> okc_api.g_ret_sts_success
3001: THEN