DBA Data[Home] [Help]

APPS.CTO_WORKFLOW_API_PK dependencies on WSH_INTERFACE

Line 1606: l_changed_attributes WSH_INTERFACE.ChangedAttributeTabType;

1602:
1603:
1604: -- added by Renga Kannan on 09/05/02 for ATO Back order changes
1605:
1606: l_changed_attributes WSH_INTERFACE.ChangedAttributeTabType;
1607:
1608: -- Done Renga Kannan
1609:
1610: --added by Kiran

Line 1986: WSH_INTERFACE.Update_Shipping_Attributes

1982: oe_debug_pub.add('wf_update_after_inv_unreserv: ' || 'Renga: Updating the shipping attributes..',1);
1983: cto_wip_workflow_api_pk.cto_debug('wf_update_after_inv_unreserv',
1984: 'Renga : CAlling Shipping update attribute api');
1985: End if;
1986: WSH_INTERFACE.Update_Shipping_Attributes
1987: ( p_source_code => 'OE'
1988: , p_changed_attributes => l_changed_attributes
1989: , x_return_status => v_x_return_status
1990: );

Line 1997: 'WSH_INTERFACE.update_shipping_attributes');

1993: IF (v_x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1994:
1995: IF PG_DEBUG <> 0 THEN
1996: cto_wip_workflow_api_pk.cto_debug('wf_update_after_inv_unreserv',
1997: 'WSH_INTERFACE.update_shipping_attributes');
1998: oe_debug_pub.add('wf_update_after_inv_unreserv: ' || 'CTO:Failed in WSH_INTERFACE.update_shipping_attributes :', 1);
1999: END IF;
2000: OE_MSG_PUB.ADD;
2001: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1998: oe_debug_pub.add('wf_update_after_inv_unreserv: ' || 'CTO:Failed in WSH_INTERFACE.update_shipping_attributes :', 1);

1994:
1995: IF PG_DEBUG <> 0 THEN
1996: cto_wip_workflow_api_pk.cto_debug('wf_update_after_inv_unreserv',
1997: 'WSH_INTERFACE.update_shipping_attributes');
1998: oe_debug_pub.add('wf_update_after_inv_unreserv: ' || 'CTO:Failed in WSH_INTERFACE.update_shipping_attributes :', 1);
1999: END IF;
2000: OE_MSG_PUB.ADD;
2001: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2002: ELSE