DBA Data[Home] [Help]

APPS.CTO_WORKFLOW_API_PK dependencies on WSH_INTERFACE

Line 1585: l_changed_attributes WSH_INTERFACE.ChangedAttributeTabType;

1581:
1582:
1583: -- added by Renga Kannan on 09/05/02 for ATO Back order changes
1584:
1585: l_changed_attributes WSH_INTERFACE.ChangedAttributeTabType;
1586:
1587: -- Done Renga Kannan
1588:
1589: --added by Kiran

Line 1959: WSH_INTERFACE.Update_Shipping_Attributes

1955: oe_debug_pub.add('wf_update_after_inv_unreserv: ' || 'Renga: Updating the shipping attributes..',1);
1956: cto_wip_workflow_api_pk.cto_debug('wf_update_after_inv_unreserv',
1957: 'Renga : CAlling Shipping update attribute api');
1958: End if;
1959: WSH_INTERFACE.Update_Shipping_Attributes
1960: ( p_source_code => 'OE'
1961: , p_changed_attributes => l_changed_attributes
1962: , x_return_status => v_x_return_status
1963: );

Line 1970: 'WSH_INTERFACE.update_shipping_attributes');

1966: IF (v_x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1967:
1968: IF PG_DEBUG <> 0 THEN
1969: cto_wip_workflow_api_pk.cto_debug('wf_update_after_inv_unreserv',
1970: 'WSH_INTERFACE.update_shipping_attributes');
1971: oe_debug_pub.add('wf_update_after_inv_unreserv: ' || 'CTO:Failed in WSH_INTERFACE.update_shipping_attributes :', 1);
1972: END IF;
1973: OE_MSG_PUB.ADD;
1974: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

1967:
1968: IF PG_DEBUG <> 0 THEN
1969: cto_wip_workflow_api_pk.cto_debug('wf_update_after_inv_unreserv',
1970: 'WSH_INTERFACE.update_shipping_attributes');
1971: oe_debug_pub.add('wf_update_after_inv_unreserv: ' || 'CTO:Failed in WSH_INTERFACE.update_shipping_attributes :', 1);
1972: END IF;
1973: OE_MSG_PUB.ADD;
1974: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1975: ELSE