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 2001: l_cpl_tbl_in okc_cpl_pvt.cplv_tbl_type;

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

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

2977:
2978: -- create party roles
2979: IF l_cpl_tbl_in.COUNT > 0
2980: THEN
2981: okc_cpl_pvt.insert_row_upg (x_return_status => l_return_status,
2982: p_cplv_tbl => l_cpl_tbl_in
2983: );
2984:
2985: fnd_file.put_line(fnd_file.log,'(OKS) -> Call to okc_cpl_pvt.insert_row_upg , status = ( '

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

2981: okc_cpl_pvt.insert_row_upg (x_return_status => l_return_status,
2982: p_cplv_tbl => l_cpl_tbl_in
2983: );
2984:
2985: fnd_file.put_line(fnd_file.log,'(OKS) -> Call to okc_cpl_pvt.insert_row_upg , status = ( '
2986: || l_return_status || ' )');
2987:
2988: IF (fnd_log.level_event >= fnd_log.g_current_runtime_level)
2989: THEN

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

2988: IF (fnd_log.level_event >= fnd_log.g_current_runtime_level)
2989: THEN
2990: fnd_log.STRING (fnd_log.level_event,
2991: g_module_current || 'oks_mass_update.create_contract_header',
2992: 'okc_cpl_pvt.insert_row_upg, status = ('
2993: || l_return_status || ')');
2994: END IF;
2995: IF l_return_status <> okc_api.g_ret_sts_success
2996: THEN