DBA Data[Home] [Help]

APPS.CSP_NOTIFICATIONS_PVT dependencies on CSP_NOTIFICATIONS_PVT

Line 1: PACKAGE BODY CSP_NOTIFICATIONS_PVT AS

1: PACKAGE BODY CSP_NOTIFICATIONS_PVT AS
2: /* $Header: cspvpnob.pls 120.0 2005/05/25 11:25:56 appldev noship $ */
3: G_PKG_NAME CONSTANT VARCHAR2(30):='CSP_NOTIFICATIONS_PVT';
4: PROCEDURE calculate_loop
5: ( p_api_version IN NUMBER,

Line 3: G_PKG_NAME CONSTANT VARCHAR2(30):='CSP_NOTIFICATIONS_PVT';

1: PACKAGE BODY CSP_NOTIFICATIONS_PVT AS
2: /* $Header: cspvpnob.pls 120.0 2005/05/25 11:25:56 appldev noship $ */
3: G_PKG_NAME CONSTANT VARCHAR2(30):='CSP_NOTIFICATIONS_PVT';
4: PROCEDURE calculate_loop
5: ( p_api_version IN NUMBER,
6: p_parts_loop_id IN NUMBER,
7: p_inventory_item_id IN NUMBER,

Line 314: csp_notifications_pvt.calculate_loop(

310: open get_planner(cr.parts_loop_id,curs.inventory_item_id);
311: fetch get_planner into l_planner_code;
312: close get_planner;
313:
314: csp_notifications_pvt.calculate_loop(
315: p_api_version => 1.0,
316: p_parts_loop_id => cr.parts_loop_id,
317: p_inventory_item_id => curs.inventory_item_id,
318: p_include_intransit_mo => cr.include_intransit_move_orders,

Line 481: END csp_notifications_pvt;

477: -- (p_count => x_msg_count ,
478: -- p_data => x_msg_data
479: -- );
480: END create_notifications;
481: END csp_notifications_pvt;