DBA Data[Home] [Help]

APPS.RCV_HXT_GRP dependencies on PO_STORE_TIMECARD_PKG_GRP

Line 2727: PO_STORE_TIMECARD_PKG_GRP.store_timecard_details (

2723: , message => 'p_action=' || l_action
2724: );
2725:
2726:
2727: PO_STORE_TIMECARD_PKG_GRP.store_timecard_details (
2728: p_api_version => 1.0
2729: , x_return_status => l_return_status
2730: , x_msg_data => l_msg_data
2731: , p_vendor_id => l_rhi_row.vendor_id

Line 3523: PO_STORE_TIMECARD_PKG_GRP.reconcile_actions( p_api_version => 1.0

3519: , module => l_log_head
3520: , message => 'Calling iSP to reconcile actions'
3521: );
3522:
3523: PO_STORE_TIMECARD_PKG_GRP.reconcile_actions( p_api_version => 1.0
3524: , x_return_status => l_return_status
3525: , x_msg_data => l_msg_data
3526: );
3527:

Line 3660: -- to get the rti_idx, before calling PO_STORE_TIMECARD_PKG_GRP.store_timecard_details

3656: -- need to add the shipment and distribution information to the old attributes block also
3657: -- This is required since in the derive_delete_values we build the rti based on the old_attributes
3658: -- only and the rti does not contain the dist, shipment_id values.
3659: -- Hence get_rti_idx fails in case of a po-projects OTL setup, since in this case we use distribution_id
3660: -- to get the rti_idx, before calling PO_STORE_TIMECARD_PKG_GRP.store_timecard_details
3661:
3662: IF p_blocks(blk_idx).changed = 'Y' THEN
3663: RCV_HXT_GRP.string( log_level => FND_LOG.LEVEL_STATEMENT
3664: , module => l_log_head

Line 4039: PO_STORE_TIMECARD_PKG_GRP.reconcile_actions( p_api_version => 1.0

4035: , module => l_log_head
4036: , message => 'Calling iSP to reconcile actions'
4037: );
4038:
4039: PO_STORE_TIMECARD_PKG_GRP.reconcile_actions( p_api_version => 1.0
4040: , x_return_status => l_return_status
4041: , x_msg_data => l_msg_data
4042: );
4043: