DBA Data[Home] [Help]

APPS.GMD_ROUTINGS_PVT dependencies on GMD_ROUTINGS_PKG

Line 75: GMD_ROUTINGS_PKG.insert_row(

71: gmd_debug.put_line(m_pkg_name||'.'||l_api_name||':'
72: ||'Inserting the routing header with routing id '||l_routing_id);
73: END IF;
74:
75: GMD_ROUTINGS_PKG.insert_row(
76: x_rowid => l_row_id,
77: x_routing_id => p_routings.routing_id,
78: x_routing_no => p_routings.routing_no,
79: x_routing_vers => p_routings.routing_vers,

Line 497: GMD_ROUTINGS_PKG.update_row(

493: END IF;
494: CLOSE Get_vr_start_end_dates;
495:
496: /* Number of times this routine is equal to number of rows in the p_update_table */
497: GMD_ROUTINGS_PKG.update_row(
498: x_routing_id => p_routing_id,
499: x_owner_organization_id => l_old_routing_rec.owner_organization_id,
500: x_routing_no => l_old_routing_rec.routing_no,
501: x_routing_vers => l_old_routing_rec.routing_vers,