DBA Data[Home] [Help]

APPS.OKC_CONDITIONS_PVT dependencies on OKC_CONDITIONS_PUB

Line 450: okc_conditions_pub.delete_cond_lines(

446:
447: --Delete the details
448: -- call Public delete procedure
449: IF l_cnlv_tbl.COUNT > 0 THEN
450: okc_conditions_pub.delete_cond_lines(
451: p_api_version,
452: p_init_msg_list,
453: x_return_status,
454: x_msg_count,

Line 729: okc_conditions_pub.delete_func_exprs(

725: End loop;
726: --Delete the fep details
727: --call public delete procedure
728: IF l_fepv_tbl.COUNT > 0 THEN
729: okc_conditions_pub.delete_func_exprs(
730: p_api_version,
731: p_init_msg_list,
732: x_return_status,
733: x_msg_count,