DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_PKG dependencies on PA_RES_ACCUMS

Line 7849: PA_RES_ACCUMS.new_map_txns

7845: COMMIT; -- so that the transactions are available in other sessions for res map
7846: log_message(p_msg_token1 => 'Calling Resource mapping API for ResList['
7847: ||resList.resource_list_id||']');
7848: -- Call the resource map api.
7849: PA_RES_ACCUMS.new_map_txns
7850: (x_resource_list_id => resList.resource_list_id
7851: ,x_error_stage => l_error_stage
7852: ,x_error_code => l_error_msg ) ;
7853: