DBA Data[Home] [Help]

APPS.CSFW_ORDER_PARTS dependencies on CSP_TRANSACTIONS_PUB

Line 429: CSP_TRANSACTIONS_PUB.CREATE_MOVE_ORDER_HEADER(

425:
426:
427: -- WE will first call for the header and then for the line
428: -- after we are done ... we can return the number
429: CSP_TRANSACTIONS_PUB.CREATE_MOVE_ORDER_HEADER(
430: px_header_id => l_move_order_id
431: ,p_request_number => null
432: ,p_api_version => l_api_version_number
433: ,p_Init_Msg_List => FND_API.G_FALSE

Line 469: CSP_TRANSACTIONS_PUB.CREATE_MOVE_ORDER_LINE

465: RAISE FND_API.G_EXC_ERROR;
466: ELSE
467:
468: --call the Line
469: CSP_TRANSACTIONS_PUB.CREATE_MOVE_ORDER_LINE
470: (p_api_version => l_api_version_number
471: ,p_Init_Msg_List => FND_API.G_FALSE
472: ,p_commit => FND_API.G_FALSE
473: ,px_line_id => lx_line_id

Line 605: csp_transactions_pub.TRANSACT_MATERIAL

601: end if;
602:
603:
604: -- CALL THE API
605: csp_transactions_pub.TRANSACT_MATERIAL
606: (p_api_version => 1.0
607: ,px_transaction_id => l_transaction_id
608: ,px_transaction_header_id => l_transaction_header_id
609: ,p_inventory_item_id => p_inventory_item_id