DBA Data[Home] [Help]

APPS.CSM_WF_PKG dependencies on CSM_PO_LOCATIONS_EVENT_PKG

Line 1759: CSM_PO_LOCATIONS_EVENT_PKG.GRP_ADDRESS_I(p_group_id,p_resource_id);

1755: END IF;
1756:
1757: csm_resource_extns_event_pkg.rs_group_members_ins_init(p_resource_id=>p_resource_id,
1758: p_group_id=>p_group_id);
1759: CSM_PO_LOCATIONS_EVENT_PKG.GRP_ADDRESS_I(p_group_id,p_resource_id);
1760: EXCEPTION
1761: WHEN OTHERS THEN
1762: x_return_status := FND_API.G_RET_STS_ERROR;
1763: l_sqlerrno := to_char(SQLCODE);

Line 1812: CSM_PO_LOCATIONS_EVENT_PKG.GRP_ADDRESS_D(p_group_id,p_resource_id);

1808: END IF;
1809:
1810: csm_resource_extns_event_pkg.rs_group_members_del_init(p_resource_id=>p_resource_id,
1811: p_group_id=>p_group_id);
1812: CSM_PO_LOCATIONS_EVENT_PKG.GRP_ADDRESS_D(p_group_id,p_resource_id);
1813: EXCEPTION
1814: WHEN OTHERS THEN
1815: x_return_status := FND_API.G_RET_STS_ERROR;
1816: l_sqlerrno := to_char(SQLCODE);

Line 2438: csm_po_locations_event_pkg.csp_ship_to_addr_mdirty_i

2434: p_flowtype=>NULL,
2435: p_error_msg=>l_error_msg,
2436: x_return_status=>l_return_status);
2437:
2438: csm_po_locations_event_pkg.csp_ship_to_addr_mdirty_i
2439: (p_location_id=>r_ship_locations_ins_rec.location_id,
2440: p_org_id=>r_ship_locations_ins_rec.org_id,
2441: p_res_type=>r_ship_locations_ins_rec.resource_type,
2442: p_user_id=>r_ship_locations_ins_rec.user_id);

Line 2494: csm_po_locations_event_pkg.csp_ship_to_addr_mdirty_u

2490: p_error_msg=>l_error_msg,
2491: x_return_status=>l_return_status);*/
2492:
2493:
2494: csm_po_locations_event_pkg.csp_ship_to_addr_mdirty_u
2495: (p_location_id=>r_ship_locations_upd_rec.location_id,
2496: p_org_id=>r_ship_locations_upd_rec.org_id,
2497: p_res_type=>r_ship_locations_upd_rec.resource_type,
2498: p_user_id=>r_ship_locations_upd_rec.user_id);