DBA Data[Home] [Help]

APPS.RCV_HXT_GRP dependencies on PO_STORE_TIMECARD_PKG_GRP

Line 2666: PO_STORE_TIMECARD_PKG_GRP.store_timecard_details (

2662: , message => 'p_action=' || l_action
2663: );
2664:
2665:
2666: PO_STORE_TIMECARD_PKG_GRP.store_timecard_details (
2667: p_api_version => 1.0
2668: , x_return_status => l_return_status
2669: , x_msg_data => l_msg_data
2670: , p_vendor_id => l_rhi_row.vendor_id

Line 3455: PO_STORE_TIMECARD_PKG_GRP.reconcile_actions( p_api_version => 1.0

3451: , module => l_log_head
3452: , message => 'Calling iSP to reconcile actions'
3453: );
3454:
3455: PO_STORE_TIMECARD_PKG_GRP.reconcile_actions( p_api_version => 1.0
3456: , x_return_status => l_return_status
3457: , x_msg_data => l_msg_data
3458: );
3459:

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

3586: -- need to add the shipment and distribution information to the old attributes block also
3587: -- This is required since in the derive_delete_values we build the rti based on the old_attributes
3588: -- only and the rti does not contain the dist, shipment_id values.
3589: -- Hence get_rti_idx fails in case of a po-projects OTL setup, since in this case we use distribution_id
3590: -- to get the rti_idx, before calling PO_STORE_TIMECARD_PKG_GRP.store_timecard_details
3591: IF p_blocks(blk_idx).changed = 'Y' THEN
3592: RCV_HXT_GRP.string( log_level => FND_LOG.LEVEL_STATEMENT
3593: , module => l_log_head
3594: , message => 'fill the po_distribution_id and line_location_id for old attributes'

Line 3969: PO_STORE_TIMECARD_PKG_GRP.reconcile_actions( p_api_version => 1.0

3965: , module => l_log_head
3966: , message => 'Calling iSP to reconcile actions'
3967: );
3968:
3969: PO_STORE_TIMECARD_PKG_GRP.reconcile_actions( p_api_version => 1.0
3970: , x_return_status => l_return_status
3971: , x_msg_data => l_msg_data
3972: );
3973: