DBA Data[Home] [Help]

APPS.AHL_MC_NODE_PUB_W dependencies on AHL_MC_NODE_PUB

Line 1: package body ahl_mc_node_pub_w as

1: package body ahl_mc_node_pub_w as
2: /* $Header: AHLPNOWB.pls 120.1 2005/07/30 23:05 tamdas noship $ */
3: procedure process_node(p_api_version NUMBER
4: , p_init_msg_list VARCHAR2
5: , p_commit VARCHAR2

Line 215: ahl_mc_node_pub.process_node(p_api_version,

211: , p10_a26
212: );
213:
214: -- here's the delegated call to the old PL/SQL routine
215: ahl_mc_node_pub.process_node(p_api_version,
216: p_init_msg_list,
217: p_commit,
218: p_validation_level,
219: p_module_type,

Line 431: ahl_mc_node_pub.delete_nodes(p_api_version,

427: , p7_a36
428: );
429:
430: -- here's the delegated call to the old PL/SQL routine
431: ahl_mc_node_pub.delete_nodes(p_api_version,
432: p_init_msg_list,
433: p_commit,
434: p_validation_level,
435: x_return_status,

Line 450: end ahl_mc_node_pub_w;

446:
447:
448: end;
449:
450: end ahl_mc_node_pub_w;